Skip to content

Commit

Permalink
We don't need ffmpeg if we
Browse files Browse the repository at this point in the history
skip media generation.
  • Loading branch information
hamoid committed Feb 9, 2025
1 parent 2eca158 commit f52208a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,6 @@ jobs:
java-version: 17
cache: gradle

- name: Install ffmpeg
run: sudo apt-get install -y ffmpeg

- name: Build openrndr-guide
run: skipMediaGeneration=true xvfb-run ./gradlew dokgen

0 comments on commit f52208a

Please sign in to comment.