Skip to content

Commit

Permalink
ci: test architecture option
Browse files Browse the repository at this point in the history
  • Loading branch information
federicocarboni committed Dec 23, 2023
1 parent 1071894 commit b0fa742
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,23 @@ on:
- '**.md'

jobs:
test-arch:
runs-on: ubuntu-latest
timeout-minutes: 2

steps:
- uses: actions/checkout@v3
- name: Run FedericoCarboni/setup-ffmpeg
uses: ./
with:
architecture: arm64
- name: Run FedericoCarboni/setup-ffmpeg
uses: ./
with:
architecture: arm64
- run: ffmpeg -version
- run: ffprobe -version

test:
runs-on: ${{ matrix.os }}
timeout-minutes: 2
Expand Down

0 comments on commit b0fa742

Please sign in to comment.