We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d7f17c commit 6517e2dCopy full SHA for 6517e2d
.github/workflows/build-linux.yml
@@ -33,7 +33,7 @@ jobs:
33
with:
34
name: ${{env.SONIVOXNAME}}-Linux-x64-r44s16
35
github_token: ${{secrets.GH_PAT}}
36
- repo: pedrolcl/sonivox
+ repo: EmbeddedSynth/sonivox
37
allow_forks: false
38
workflow: linux-ci.yml
39
branch: devel
@@ -56,7 +56,7 @@ jobs:
56
- name: Install Qt
57
uses: jurplel/install-qt-action@v4
58
59
- version: '6.8.*'
+ version: '6.10.*'
60
61
- name: Dependencies
62
run: sudo apt-get update && sudo apt-get install -yq pkg-config libasound2-dev libpulse-dev
0 commit comments