Skip to content

Commit

Permalink
install harfbuzz on CI test platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
dwarring committed Jan 10, 2024
1 parent c6f54ca commit 6c8188e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- uses: Raku/setup-raku@v1
with:
raku-version: ${{ matrix.raku-version }}
- name: Linux specific setup
- name: Linux specific setup
if: contains(matrix.os, 'ubuntu')
run: |
sudo apt-get install -y libharfbuzz-dev
Expand Down

0 comments on commit 6c8188e

Please sign in to comment.