Skip to content

Commit

Permalink
grr
Browse files Browse the repository at this point in the history
  • Loading branch information
baconpaul committed Dec 16, 2024
1 parent e752ba8 commit 9bbb866
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,12 @@ jobs:
with:
os: ${{ runner.os }}

- name: Which package
if: ${{ runner.os }} == 'Linux'
run: |
sudo apt-get install libfreetype-dev
- name: Build pull request version
run: |
cmake -S . -B ./build ${{ matrix.cmakeConfig }} -DCMAKE_BUILD_TYPE=${{ matrix.cmakeOpt }}
Expand Down

0 comments on commit 9bbb866

Please sign in to comment.