diff --git a/.github/workflows/test-action.yml b/.github/workflows/test-action.yml index a552e397f5..b413088437 100644 --- a/.github/workflows/test-action.yml +++ b/.github/workflows/test-action.yml @@ -64,7 +64,7 @@ jobs: - name: Configure CMake working-directory: ${{ steps.buildoutput.outputs.build-output-dir }} run: | - cmake --preset=release-noplugins .. -DAOM_INCLUDE_DIR="${{ github.workspace }}\third-party\aom" -DAOM_LIBRARY="${{ github.workspace }}\third-party\aom\build.libavif" + cmake --preset=release-noplugins .. -DAOM_INCLUDE_DIR="${{ github.workspace }}\third-party\aom" -DAOM_LIBRARY="${{ github.workspace }}\third-party\aom\dist\lib\libaom.a" - name: Build libheif working-directory: ${{ steps.buildoutput.outputs.build-output-dir }}