1
0
mirror of https://github.com/chylex/IntelliJ-IdeaVim.git synced 2025-05-02 19:34:04 +02:00

Try to install ffmpeg on GitHub actions using homebrew

After GitHub updated macos from version 12 to version 14, the existing action stopped working
This commit is contained in:
Alex Plate 2024-04-26 17:25:54 +03:00
parent b66da76880
commit ef235a47bf
No known key found for this signature in database
GPG Key ID: 0B97153C8FFEC09F

View File

@ -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