Skip to content

Commit

Permalink
add heif install
Browse files Browse the repository at this point in the history
  • Loading branch information
woelper committed Oct 31, 2023
1 parent 54faaa7 commit 2113832
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check_ubuntu_no_default_features.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
run: sudo apt update

- name: Install linux deps
run: sudo apt-get install libxcb-shape0-dev libxcb-xfixes0-dev libgtk-3-dev libasound2-dev libheif-dev
run: sudo apt-get install libxcb-shape0-dev libxcb-xfixes0-dev libgtk-3-dev libasound2-dev libheif-dev libheif1

- name: Update Rust
run: rustup update
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/check_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ jobs:
- name: Install vcpkg
run: vcpkg integrate install

- name: Install heif
run: cargo vcpkg -v build

- name: Update Rust
run: rustup update

Expand Down

0 comments on commit 2113832

Please sign in to comment.