Skip to content

Commit

Permalink
chore(libheifactions)#: Install nasm as a dependency for building AOM…
Browse files Browse the repository at this point in the history
… with ninja
  • Loading branch information
BlueCyro committed Jul 29, 2024
1 parent a15d8ce commit 821313e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ jobs:

Build-Windows:
runs-on: windows-latest

steps:
- name: Check out repository code
uses: actions/checkout@v4
Expand All @@ -56,6 +55,9 @@ jobs:

- name: Install ninja-build tool
uses: seanmiddleditch/gha-setup-ninja@master

- name: Install nasm
uses: ilammy/setup-nasm@v1

- name: Grab AOM for basic AVIF encoding/decoding
working-directory: ${{ github.workspace }}/third-party
Expand Down

0 comments on commit 821313e

Please sign in to comment.