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

Commit de75f96

Browse files
author
Takeshi Ikuma (LSUHSC)
committed
updated github action
1 parent 1708cd0 commit de75f96

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/test_n_pub.yml

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

4141
- name: Set up FFmpeg
42-
uses: FedericoCarboni/setup-ffmpeg@v1
42+
uses: FedericoCarboni/setup-ffmpeg@v3
4343
with:
44-
token: ${{ secrets.GITHUB_TOKEN }}
44+
architecture: x64
45+
github-token: ${{ secrets.GITHUB_TOKEN }}
4546

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

0 commit comments

Comments
 (0)