Skip to content

Commit

Permalink
fix ubuntu-24.04 CI build
Browse files Browse the repository at this point in the history
  • Loading branch information
Garux committed Dec 15, 2024
1 parent 8403e07 commit 44006f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
- name: Install tools
run: |
sudo apt-get -qq update
sudo apt-get -y install mesa-common-dev qtbase5-dev
sudo apt-get -y install mesa-common-dev qtbase5-dev libglib2.0-dev libjpeg-dev libpng-dev
- uses: actions/checkout@v4
with:
submodules: recursive
Expand Down

0 comments on commit 44006f8

Please sign in to comment.