Skip to content

Commit

Permalink
3
Browse files Browse the repository at this point in the history
  • Loading branch information
ed-asriyan committed Jul 1, 2023
1 parent 1304d5c commit 0e436c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ jobs:
run: |
[[ "${{ matrix.case }}" == "apng" ]] && brew install ffmpeg || echo ok;
[[ "${{ matrix.case }}" == "gif" ]] && brew install gifski || echo ok;
[[ "${{ matrix.case }}" == "webp" ]] && brew install libwebp || echo ok;
[[ "${{ matrix.case }}" == "webp" ]] && brew install webp || echo ok;
- name: Download artifact
uses: actions/download-artifact@v3
Expand All @@ -133,7 +133,7 @@ jobs:
path: bin

- name: Rename the executable
run: mv /bin/lottie-to-png.darwin.amd64 bin/lottie_to_png && chmod +x bin/lottie_to_png
run: mv bin/lottie-to-png.darwin.amd64 bin/lottie_to_png && chmod +x bin/lottie_to_png

- name: Run tests
run: |
Expand Down

0 comments on commit 0e436c9

Please sign in to comment.