Skip to content

Added dynamic library since static one does not work correctly when u… #15

Added dynamic library since static one does not work correctly when u…

Added dynamic library since static one does not work correctly when u… #15

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
- name: Build
run: |
rm -fr .build | echo "Removed build folder"
swift build -c release --target RHVoice