Skip to content

Commit

Permalink
build: update installation script
Browse files Browse the repository at this point in the history
  • Loading branch information
lc-soft committed Dec 22, 2024
1 parent cdf3180 commit fb023c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ccpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
run: |
sudo apt-get update --fix-missing
sudo apt-get install debhelper lcov valgrind -yy
sudo apt-get install libfreetype6-dev libpng-dev libyaml-dev libomp-dev libx11-dev
sudo apt-get install libfreetype6-dev libpng-dev libyaml-dev libomp-dev libx11-dev ninja-build fontconfig libfontconfig1-dev libjpeg-dev
- name: Configure
if: runner.os == 'Windows'
Expand Down

0 comments on commit fb023c0

Please sign in to comment.