diff --git a/.github/workflows/check-compile.yaml b/.github/workflows/check-compile.yaml index a453de2..d8f8e98 100644 --- a/.github/workflows/check-compile.yaml +++ b/.github/workflows/check-compile.yaml @@ -31,8 +31,10 @@ jobs: toolchain: ${{ matrix.rust }} override: true - - name: Install ffmepg dependencies - run: sudo apt install -y clang libavcodec-dev libavformat-dev libavutil-dev pkg-config ffmpeg libavutil-dev libavfilter-dev libavdevice-dev + - name: Install ffmpeg dependencies + run: | + sudo apt-get update + sudo apt-get install -y clang libavcodec-dev libavformat-dev libavutil-dev pkg-config ffmpeg libavfilter-dev libavdevice-dev - name: Install uses: actions-rs/cargo@v1