Skip to content

Commit

Permalink
revert: ffmpeg revert to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
SudharakaP committed Mar 15, 2024
1 parent cd6f021 commit c75dafc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/booking.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,9 @@ jobs:
DECRYPTION_SECRET: ${{ secrets.DECRYPTION_SECRET }}

# Setup FFmpeg
# Note: Keep setup-ffmpeg@v2 due to https://github.com/federicocarboni/setup-ffmpeg/issues/19
- name: Setup FFmpeg
uses: FedericoCarboni/setup-ffmpeg@v3
uses: FedericoCarboni/setup-ffmpeg@v2

# Runs Puppeteer
- name: Run Puppeteer
Expand Down

0 comments on commit c75dafc

Please sign in to comment.