diff --git a/.github/workflows/installation.yml b/.github/workflows/installation.yml index a4265a3..1e33410 100644 --- a/.github/workflows/installation.yml +++ b/.github/workflows/installation.yml @@ -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 diff --git a/README.md b/README.md index 979c8a3..103ac86 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ -# FFmpeg 6.0 +# FFmpeg 7.1
-FFmpeg 7.0 binary for Google Colab +FFmpeg 7.1 binary for Google Colab This FFmpeg depends on opengl. ### [=] Installation