diff --git a/.github/workflows/ci-meson.yml b/.github/workflows/ci-meson.yml index d9378eab527..670be87a152 100644 --- a/.github/workflows/ci-meson.yml +++ b/.github/workflows/ci-meson.yml @@ -47,8 +47,7 @@ jobs: - name: Compiler cache uses: hendrikmuhs/ccache-action@v1.2 with: - key: ${{ runner.os }}-meson-${{ matrix.python }}-${{ github.run_id }} - restore-keys: ${{ runner.os }}-meson-${{ matrix.python }}- + key: ${{ runner.os }}-meson-${{ matrix.python }} - name: Setup Conda environment uses: conda-incubator/setup-miniconda@v2