diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index f1ac55b..f0c6c6c 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -66,7 +66,7 @@ jobs: id: prepare-compilers uses: actions/cache@v2 with: - path: compilers + path: ./src/compilers key: ${{ runner.os }}-${{ hashFiles('./src/ci-prepare-bionic.sh') }} - name: Prepare compilers