Skip to content

Commit 6517e2d

Browse files
committed
update workflow
1 parent 6d7f17c commit 6517e2d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-linux.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
with:
3434
name: ${{env.SONIVOXNAME}}-Linux-x64-r44s16
3535
github_token: ${{secrets.GH_PAT}}
36-
repo: pedrolcl/sonivox
36+
repo: EmbeddedSynth/sonivox
3737
allow_forks: false
3838
workflow: linux-ci.yml
3939
branch: devel
@@ -56,7 +56,7 @@ jobs:
5656
- name: Install Qt
5757
uses: jurplel/install-qt-action@v4
5858
with:
59-
version: '6.8.*'
59+
version: '6.10.*'
6060

6161
- name: Dependencies
6262
run: sudo apt-get update && sudo apt-get install -yq pkg-config libasound2-dev libpulse-dev

0 commit comments

Comments
 (0)