Skip to content

Commit

Permalink
- Fixed github actions.
Browse files Browse the repository at this point in the history
  • Loading branch information
Cykooz committed Jan 25, 2025
1 parent 01f222e commit 676704e
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/check_and_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,13 @@ jobs:
key: ${{ runner.os }}-apt

- name: Install libheif dependencies
uses: awalsh128/cache-apt-pkgs-action@latest
uses: awalsh128/cache-apt-pkgs-action@v1.4.3
with:
packages: libheif-dev libdav1d-dev libnuma-dev
version: 1.18.2
packages:
libheif-dev libdav1d-dev libheif-plugin-aomdec
libheif-plugin-aomenc libheif-plugin-libde265
libnuma-dev
version: 1.17.6

- uses: Swatinem/rust-cache@v2
with:
Expand Down

0 comments on commit 676704e

Please sign in to comment.