Skip to content
This repository was archived by the owner on Jan 19, 2025. It is now read-only.

Commit c32a946

Browse files
committed
updated github action
1 parent f454b77 commit c32a946

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/test_n_pub.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,10 @@ jobs:
4343
- uses: actions/checkout@v2
4444

4545
- name: Set up FFmpeg
46-
uses: FedericoCarboni/setup-ffmpeg@v2
46+
uses: FedericoCarboni/setup-ffmpeg@v3
4747
with:
48-
token: ${{ secrets.GITHUB_TOKEN }}
48+
architecture: x64
49+
github-token: ${{ secrets.GITHUB_TOKEN }}
4950

5051
- name: Setup Python ${{ matrix.python-version }}
5152
uses: actions/setup-python@v2

0 commit comments

Comments
 (0)