Skip to content

Commit

Permalink
maybe fix the workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
XniceCraft committed Dec 12, 2024
1 parent 4169409 commit a7a312a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/installation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ jobs:
steps:
- name: Install the ffmpeg
run: |
bash <(curl -s https://raw.githubusercontent.com/XniceCraft/ffmpeg-colab/master/install)
chmod +x ./ffmpeg-colab/install
./ffmpeg-colab/install
curl -s https://raw.githubusercontent.com/XniceCraft/ffmpeg-colab/master/install
chmod +x ./install
./install
- name: Test
run: |
Expand Down

0 comments on commit a7a312a

Please sign in to comment.