diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 4f9b833..b96e880 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -85,7 +85,7 @@ jobs: - name: Cache compiler if: ${{ !env.ACT }} id: prepare-compilers - uses: actions/cache@v4 + uses: actions/cache@v3 with: path: ./compilers key: ${{ runner.os }}-${{ hashFiles('./src/ci-prepare-bionic.sh') }}