Skip to content

Commit

Permalink
chore(libheifactions)#: Try using AOM_INCLUDE_DIR on the root AOM folder
Browse files Browse the repository at this point in the history
  • Loading branch information
BlueCyro committed Aug 7, 2024
1 parent 7db48e7 commit eca445c
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 @@ -64,8 +64,7 @@ jobs:
- name: Configure CMake
working-directory: ${{ steps.buildoutput.outputs.build-output-dir }}
run: |
echo "${{ github.workspace }}\third-party\aom\dist\lib\pkgconfig" >> "$Env:PKG_CONFIG_PATH"
cmake --preset=release-noplugins ..
cmake --preset=release-noplugins .. -DAOM_INCLUDE_DIR="${{ github.workspace }}\third-party\aom"
- name: Build libheif
working-directory: ${{ steps.buildoutput.outputs.build-output-dir }}
Expand Down

0 comments on commit eca445c

Please sign in to comment.