Skip to content

Commit

Permalink
Fix Linux build
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmyd-be committed Dec 21, 2024
1 parent 2834901 commit d1bcb49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Install QT
run: sudo apt-get install qt6-base-dev build-essential cmake
run: sudo apt-get install qt6-base-dev build-essential cmake qt6-base
- name: Build
run: sh ./build.sh
- name: Upload artifact
Expand Down

0 comments on commit d1bcb49

Please sign in to comment.