We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed4a6b7 commit b86e26cCopy full SHA for b86e26c
.github/workflows/test-action.yml
@@ -60,11 +60,10 @@ jobs:
60
shell: bash
61
run: |
62
bash aom.cmd
63
- cat ./aom/build.libavif/build.ninja
64
65
- name: Configure CMake
66
working-directory: ${{ steps.buildoutput.outputs.build-output-dir }}
67
- run: cmake --preset=release-noplugins ..
+ run: $Env:PKG_CONFIG_PATH = "${{ github.workspace }}/third-party/aom/dist/lib/pkgconfig"; cmake --preset=release-noplugins ..
68
69
- name: Build libheif
70
0 commit comments