Skip to content

Commit

Permalink
Dav1D
Browse files Browse the repository at this point in the history
  • Loading branch information
qarmin committed Oct 4, 2024
1 parent 4be1ee1 commit 52b5338
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linux_cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- uses: actions/checkout@v4

- name: Install basic libraries
run: sudo apt update || true; sudo apt install libheif-de libraw-dev ffmpeg -y
run: sudo apt update || true; sudo apt install libheif-dev libraw-dev ffmpeg -y

- name: Setup rust version
run: rustup default ${{ matrix.toolchain }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ env:

jobs:
quality:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4

- name: Install Gtk 4
run: sudo apt update || true; sudo apt install -y libgtk-4-dev libraw-dev libheif-dev -y
run: sudo apt update || true; sudo apt install -y libgtk-4-dev libraw-dev libheif-dev libavif-dev libdav1d-dev -y

- name: Check the format
run: cargo fmt --all -- --check
Expand Down

0 comments on commit 52b5338

Please sign in to comment.