Skip to content

Commit

Permalink
setup ffmpeg
Browse files Browse the repository at this point in the history
  • Loading branch information
QuentinGab committed Jan 19, 2024
1 parent f35f01f commit db97ff7
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,13 @@ jobs:
extensions: dom, curl, libxml, mbstring, zip, pcntl, pdo, sqlite, pdo_sqlite, bcmath, soap, intl, gd, exif, iconv, imagick, fileinfo
coverage: none

- name: Setup ffmpeg
uses: FedericoCarboni/setup-ffmpeg@v3
with:
ffmpeg-version: release
architecture: ""
github-token: ${{ github.server_url == 'https://github.com' && github.token || '' }}

- name: Setup problem matchers
run: |
echo "::add-matcher::${{ runner.tool_cache }}/php.json"
Expand Down

0 comments on commit db97ff7

Please sign in to comment.