Skip to content

Commit

Permalink
ci: install nasm
Browse files Browse the repository at this point in the history
  • Loading branch information
chadaustin committed Sep 4, 2024
1 parent becc981 commit c187361
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ jobs:
uses: actions/checkout@v4
- name: Install stable toolchain
uses: dtolnay/rust-toolchain@stable
- name: Install libheif
run: sudo apt install -y libheif-dev
- name: Install Ubuntu packages
run: sudo apt install -y libheif-dev nasm
- run: cargo test

0 comments on commit c187361

Please sign in to comment.