Skip to content

Commit

Permalink
chore(libheifactions)#: Try using bash for grabbing AOM to avoid weir…
Browse files Browse the repository at this point in the history
…dness with $ parsing
  • Loading branch information
BlueCyro committed Aug 6, 2024
1 parent 82769ab commit fcd8980
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ jobs:
- uses: seanmiddleditch/gha-setup-ninja@master
- name: Grab AOM for basic AVIF encoding/decoding
working-directory: ${{ github.workspace }}/third-party
shell: bash
run: |
./aom.cmd
cat ./aom/build.libavif/build.ninja
Expand Down

0 comments on commit fcd8980

Please sign in to comment.