Skip to content

Commit

Permalink
fix: add build dependencies for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
sbwtw committed Jan 14, 2024
1 parent 9f795e6 commit d2c27a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
steps:
- uses: ConorMacBride/install-package@v1
with:
apt: libpango1.0-dev libgtk-4-dev
apt: libpango1.0-dev libgtk-4-dev llvm-16-dev

- uses: actions/checkout@v3
- name: Build
Expand Down

0 comments on commit d2c27a7

Please sign in to comment.