Skip to content

Removed usage of ArgumentParser since it is overhead to use it in suc… #11

Removed usage of ArgumentParser since it is overhead to use it in suc…

Removed usage of ArgumentParser since it is overhead to use it in suc… #11

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