Skip to content

Commit b86e26c

Browse files
committed
chore(libheifactions)#: Add pkg config path to cmake command to try and make it discover AOM
1 parent ed4a6b7 commit b86e26c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/test-action.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -60,11 +60,10 @@ jobs:
6060
shell: bash
6161
run: |
6262
bash aom.cmd
63-
cat ./aom/build.libavif/build.ninja
6463
6564
- name: Configure CMake
6665
working-directory: ${{ steps.buildoutput.outputs.build-output-dir }}
67-
run: cmake --preset=release-noplugins ..
66+
run: $Env:PKG_CONFIG_PATH = "${{ github.workspace }}/third-party/aom/dist/lib/pkgconfig"; cmake --preset=release-noplugins ..
6867

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

0 commit comments

Comments
 (0)