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 3fb1fba
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,19 @@ jobs:
build:

runs-on: ubuntu-latest
env:
LLVM_SYS_160_PREFIX: ${{ runner.temp }}/llvm-16

steps:
- uses: ConorMacBride/install-package@v1
with:
apt: libpango1.0-dev libgtk-4-dev

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

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

0 comments on commit 3fb1fba

Please sign in to comment.