Skip to content

Commit

Permalink
Merge branch 'main' into update-0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
skim0119 committed Oct 25, 2022
2 parents 2220e8a + 7c81629 commit ce0505e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,16 @@ jobs:
path: ~/Library/Caches/pip
- os: windows-latest
path: ~\AppData\Local\pip\Cache
defaults:
run:
shell: bash
defaults:
run:
shell: bash
steps:
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
uses: actions/[email protected]
with:
python-version: ${{ matrix.python-version }}
- uses: FedericoCarboni/setup-ffmpeg@v1
- uses: FedericoCarboni/setup-ffmpeg@v2
id: setup-ffmpeg
with:
token: ${{ secrets.GITHUB_TOKEN }}
Expand Down Expand Up @@ -67,7 +67,7 @@ jobs:
uses: actions/[email protected]
with:
python-version: ${{ matrix.python-version }}
- uses: FedericoCarboni/setup-ffmpeg@v1
- uses: FedericoCarboni/setup-ffmpeg@v2
id: setup-ffmpeg
with:
token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit ce0505e

Please sign in to comment.