Skip to content

Commit

Permalink
ci(irltest): Add step to set up FFmpeg
Browse files Browse the repository at this point in the history
  • Loading branch information
mitsuki31 committed Aug 27, 2024
1 parent f0b51fd commit c6411fb
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/irltest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,13 @@ jobs:
with:
node-version: ${{ matrix.node-ver }}
cache: 'npm'
- name: Setup FFmpeg
uses: FedericoCarboni/setup-ffmpeg@v3
id: setup-ffmpeg
with:
ffmpeg-version: release
linking-type: static
github-token: ${{ github.server_url == 'https://github.com' && github.token || '' }}
- name: Clean install the project
run: npm ci
- name: Run IRL Test
Expand Down

0 comments on commit c6411fb

Please sign in to comment.