Skip to content

Added RHVoice as submodule and moved all the code needed to this repo… #1

Added RHVoice as submodule and moved all the code needed to this repo…

Added RHVoice as submodule and moved all the code needed to this repo… #1

Workflow file for this run

name: Build
on:
push:
branches:
- 'main'
jobs:
Build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
submodules: recursive
- uses: sersoft-gmbh/swifty-linux-action@v3
with:
release-version: 5.9.2
- run: |
rm -fr .build | echo "Removed build folder"
swift build -c release