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 50f680b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ jobs:
with:
apt: libpango1.0-dev libgtk-4-dev

- uses: KyleMayes/install-llvm-action@v1
with:
version: "16.0"

- uses: actions/checkout@v3
- name: Build
run: cargo build --verbose
Expand Down

0 comments on commit 50f680b

Please sign in to comment.