Skip to content

Commit

Permalink
chore(libheifactions)#: Add pkg config path to cmake command to try a…
Browse files Browse the repository at this point in the history
…nd make it discover AOM
  • Loading branch information
BlueCyro committed Aug 6, 2024
1 parent ed4a6b7 commit b86e26c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,11 +60,10 @@ jobs:
shell: bash
run: |
bash aom.cmd
cat ./aom/build.libavif/build.ninja
- name: Configure CMake
working-directory: ${{ steps.buildoutput.outputs.build-output-dir }}
run: cmake --preset=release-noplugins ..
run: $Env:PKG_CONFIG_PATH = "${{ github.workspace }}/third-party/aom/dist/lib/pkgconfig"; cmake --preset=release-noplugins ..

- name: Build libheif
working-directory: ${{ steps.buildoutput.outputs.build-output-dir }}
Expand Down

0 comments on commit b86e26c

Please sign in to comment.