Skip to content

Commit

Permalink
chore: identifier changed pattern ...
Browse files Browse the repository at this point in the history
  • Loading branch information
angelosa committed Jan 10, 2025
1 parent 0f42784 commit 51f6e71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
- name: Install dependencies
run: |
sudo apt-get update
sudo apt-get install -y libsdl2-dev libsdl2-ttf-dev libasound2-dev libxinerama-dev libxi-dev qtbase6-dev qtbase6-dev-tools
sudo apt-get install -y libsdl2-dev libsdl2-ttf-dev libasound2-dev libxinerama-dev libxi-dev qt6-base-dev qt6-base-dev-tools
- name: Install clang
if: matrix.compiler == 'clang'
run: sudo apt-get install -y clang
Expand Down

0 comments on commit 51f6e71

Please sign in to comment.