Skip to content

Commit

Permalink
chore(libheifactions)#: Try the .a file again now that bash isn't bei…
Browse files Browse the repository at this point in the history
…ng used
  • Loading branch information
BlueCyro committed Aug 8, 2024
1 parent a7ece4e commit 3ff8214
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 @@ -71,7 +71,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" -DAOM_LIBRARY="${{ github.workspace }}\third-party\aom\dist\lib\libaom.lib"
cmake --preset=release-noplugins .. -DAOM_INCLUDE_DIR="${{ github.workspace }}\third-party\aom" -DAOM_LIBRARY="${{ github.workspace }}\third-party\aom\dist\lib\libaom.a"
- name: Build libheif
working-directory: ${{ steps.buildoutput.outputs.build-output-dir }}
Expand Down

0 comments on commit 3ff8214

Please sign in to comment.