Skip to content

Commit

Permalink
Try to install ffmpeg on GitHub actions using homebrew
Browse files Browse the repository at this point in the history
After GitHub updated macos from version 12 to version 14, the existing action stopped working
  • Loading branch information
AlexPl292 committed Apr 26, 2024
1 parent b66da76 commit ef235a4
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/runUiTests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,7 @@ jobs:
distribution: zulu
java-version: 17
- name: Setup FFmpeg
uses: FedericoCarboni/setup-ffmpeg@v3
with:
# Not strictly necessary, but it may prevent rate limit
# errors especially on GitHub-hosted macos machines.
github-token: ${{ secrets.GITHUB_TOKEN }}
run: brew install ffmpeg
- name: Setup Gradle
uses: gradle/gradle-build-action@v2.4.2
- name: Build Plugin
Expand Down

0 comments on commit ef235a4

Please sign in to comment.