Skip to content

Commit

Permalink
Fix workflows?
Browse files Browse the repository at this point in the history
  • Loading branch information
ArtsyMacaw committed Mar 23, 2024
1 parent 1ef25b9 commit 5af4481
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
# If the Autobuild fails above, remove it and uncomment the following three lines.
# modify them (or add more) to build your code if your project, please refer to the EXAMPLE below for guidance.
- run: |
sudo apt --assume-yes install libmagic-dev wayland-scanner++ meson libwayland-dev sqlite libgtk-4-dev libmagickwand-dev
sudo apt --assume-yes install libmagic-dev wayland-scanner++ meson libwayland-dev sqlite libgtk-4-dev libmagickwand-dev libmagickcore-dev libmagickwand-header
meson setup build
ninja -C build
# - run: |
Expand Down

0 comments on commit 5af4481

Please sign in to comment.