From 2b36df27ac1de6f4bb02bb0dd1981759ea9fd186 Mon Sep 17 00:00:00 2001 From: Cyro Date: Mon, 29 Jul 2024 16:57:17 -0500 Subject: [PATCH] chore(libheifactions)#: Grab ninja beforehand so that AOM can be installed properly --- .github/workflows/test-action.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/test-action.yml b/.github/workflows/test-action.yml index 055e15c156..ff850c68f8 100644 --- a/.github/workflows/test-action.yml +++ b/.github/workflows/test-action.yml @@ -54,6 +54,9 @@ jobs: id: buildoutput run: echo "build-output-dir=${{ github.workspace }}/build" >> "$Env:GITHUB_OUTPUT" + - name: Install ninja-build tool + uses: seanmiddleditch/gha-setup-ninja@v5 + - name: Grab AOM for basic AVIF encoding/decoding working-directory: ${{ github.workspace }}/third-party run: ./aom.cmd