Skip to content

Commit

Permalink
chore(libheifactions)#: Explicitly call bash when running aom.cmd to …
Browse files Browse the repository at this point in the history
…make sure it's not just calling command prompt or powershell to run it
  • Loading branch information
BlueCyro committed Aug 6, 2024
1 parent fcd8980 commit ed4a6b7
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 @@ -59,7 +59,7 @@ jobs:
working-directory: ${{ github.workspace }}/third-party
shell: bash
run: |
./aom.cmd
bash aom.cmd
cat ./aom/build.libavif/build.ninja
- name: Configure CMake
Expand Down

0 comments on commit ed4a6b7

Please sign in to comment.