Skip to content

Fixed a few memory issues and added a throwing a few errors when some… #12

Fixed a few memory issues and added a throwing a few errors when some…

Fixed a few memory issues and added a throwing a few errors when some… #12

Workflow file for this run

name: Build
on:
push:
branches:
- 'main'
jobs:
linux:
strategy:
fail-fast: false
matrix:
image:
- "swift:5.9.0"
name: Linux
runs-on: ubuntu-latest
container:
image: ${{ matrix.image }}
steps:
- uses: actions/checkout@v2
with:
clean: true
submodules: recursive
- run: |
rm -fr .build | echo "Removed build folder"
swift build -c release --target RHVoiceSwift