Skip to content

Commit

Permalink
chore(libheifactions)#: Use .lib extension for windows instead of .a …
Browse files Browse the repository at this point in the history
…which is only for linux
  • Loading branch information
BlueCyro committed Aug 8, 2024
1 parent b95cd85 commit 156603a
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" -DAOM_LIBRARY="${{ github.workspace }}\third-party\aom\dist\lib\libaom.a"
cmake --preset=release-noplugins .. -DAOM_INCLUDE_DIR="${{ github.workspace }}\third-party\aom" -DAOM_LIBRARY="${{ github.workspace }}\third-party\aom\dist\lib\libaom.lib"
- name: Build libheif
working-directory: ${{ steps.buildoutput.outputs.build-output-dir }}
Expand Down

0 comments on commit 156603a

Please sign in to comment.