Skip to content

Commit

Permalink
chore(libheifactions)#: Point both the library and include flags at t…
Browse files Browse the repository at this point in the history
…he same folder so it might magically figure it out
  • Loading branch information
BlueCyro committed Aug 8, 2024
1 parent 8a3e72b commit 3c15cd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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\aom"
cmake --preset=release-noplugins .. -DAOM_INCLUDE_DIR="${{ github.workspace }}\third-party\aom" -DAOM_LIBRARY="${{ github.workspace }}\third-party\aom"
- name: Build libheif
working-directory: ${{ steps.buildoutput.outputs.build-output-dir }}
Expand Down

0 comments on commit 3c15cd6

Please sign in to comment.