Skip to content

Commit

Permalink
Setup ffmpeg in github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Marvin Schürz committed Jan 7, 2025
1 parent 446f0c0 commit 599e70b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@ jobs:
with:
node-version: '20'
cache: 'pnpm'
- uses: FedericoCarboni/setup-ffmpeg@v3
with:
ffmpeg-version: release


- run: pnpm install
- run: pnpm exec nx run beatmap-viewer:build

Expand Down

0 comments on commit 599e70b

Please sign in to comment.