From 8b25914f4769398e2ebb4ff3e306e8aa15262175 Mon Sep 17 00:00:00 2001 From: Anton Date: Wed, 27 Dec 2023 13:00:11 +0200 Subject: [PATCH] Fix toolchain versions --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 793a46f..c73aec3 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -24,10 +24,10 @@ jobs: - name: Packages run: sudo apt-get update && sudo apt-get install build-essential yasm libavutil-dev libavcodec-dev libavformat-dev libavfilter-dev libavfilter-dev libavdevice-dev libswresample-dev libfftw3-dev ffmpeg - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: Install Rust ${{ matrix.target }} - uses: actions-rs/toolchain@v2 + uses: actions-rs/toolchain@v1 with: toolchain: stable target: ${{ matrix.target }}