Skip to content

Commit

Permalink
maybe fix the workflow #2
Browse files Browse the repository at this point in the history
  • Loading branch information
XniceCraft committed Dec 12, 2024
1 parent a7a312a commit ace2c24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/installation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
steps:
- name: Install the ffmpeg
run: |
curl -s https://raw.githubusercontent.com/XniceCraft/ffmpeg-colab/master/install
curl https://raw.githubusercontent.com/XniceCraft/ffmpeg-colab/master/install -o install
chmod +x ./install
./install
Expand Down

0 comments on commit ace2c24

Please sign in to comment.