Skip to content

Commit

Permalink
update: README.md, fix: workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
XniceCraft committed Dec 12, 2024
1 parent d01794d commit 4169409
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/installation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,9 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: Clone this repo
run: git clone https://github.com/XniceCraft/ffmpeg-colab --depth 1

- 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
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# FFmpeg 6.0
# FFmpeg 7.1
<div style="display: inline">
<img src="https://icon-library.com/images/ffmpeg-icon/ffmpeg-icon-20.jpg" style="width: 20px; height: 20px;">
<img src="https://colab.research.google.com/img/colab_favicon_256px.png" style="width: 20px; height: 20px;">
<div>
FFmpeg 7.0 binary for Google Colab
FFmpeg 7.1 binary for Google Colab
This FFmpeg depends on opengl.

### [=] Installation
Expand Down

0 comments on commit 4169409

Please sign in to comment.