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 a45dfb3
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,11 @@ 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: KyleMayes/install-llvm-action@v1
with:
version: "16.0"

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

0 comments on commit a45dfb3

Please sign in to comment.