Skip to content

Commit

Permalink
chore(libheifactions)#: Don't even bother with the AOM script and jus…
Browse files Browse the repository at this point in the history
…t do it in the action
  • Loading branch information
BlueCyro committed Aug 8, 2024
1 parent 929c7a0 commit a7ece4e
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/test-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,15 @@ jobs:
- name: Grab AOM for basic AVIF encoding/decoding
working-directory: ${{ github.workspace }}/third-party
run: |
.\aom.cmd
git clone -b v3.9.0 --depth 1 https://aomedia.googlesource.com/aom
cd aom
cmake -S . -B build.libavif -G Ninja -DCMAKE_INSTALL_PREFIX="${{ github.workspace }}/third-party/aom/dist" -DCMAKE_BUILD_TYPE=Release -DENABLE_DOCS=0 -DENABLE_EXAMPLES=0 -DENABLE_TESTDATA=0 -DENABLE_TESTS=0 -DENABLE_TOOLS=0
ninja -C build.libavif
ninja -C build.libavif install
cd ..
- name: Configure CMake
working-directory: ${{ steps.buildoutput.outputs.build-output-dir }}
Expand Down

0 comments on commit a7ece4e

Please sign in to comment.