Skip to content

Commented out RHVoiceSwift until proper C++ interoperability will be … #14

Commented out RHVoiceSwift until proper C++ interoperability will be …

Commented out RHVoiceSwift until proper C++ interoperability will be … #14

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