diff --git a/.github/workflows/ci-build-and-test.yml b/.github/workflows/ci-build-and-test.yml index f378775..b383e55 100644 --- a/.github/workflows/ci-build-and-test.yml +++ b/.github/workflows/ci-build-and-test.yml @@ -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 @@ -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: |