Skip to content

Commit

Permalink
CI: install libheif
Browse files Browse the repository at this point in the history
  • Loading branch information
chadaustin committed Sep 4, 2024
1 parent e180c58 commit 9493a62
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,6 @@ jobs:
uses: actions/checkout@v4
- name: Install stable toolchain
uses: dtolnay/rust-toolchain@stable
- uses: taiki-e/install-action@cargo-hack
- name: Install libheif
run: sudo apt install -y libheif-dev
- run: cargo test

0 comments on commit 9493a62

Please sign in to comment.