diff --git a/.github/workflows/build-linux.yml b/.github/workflows/build-linux.yml index 430126f152..3bc931305a 100644 --- a/.github/workflows/build-linux.yml +++ b/.github/workflows/build-linux.yml @@ -169,7 +169,7 @@ jobs: - name: Run cpp tests if: inputs.platform-files run: ninja -C build test - - name: Finalize cache + - name: Finalize ccache if: inputs.platform-files run: | ccache --show-stats --verbose diff --git a/.github/workflows/watch-df-steam.yml b/.github/workflows/watch-df-steam.yml index e2902abb6d..4772e94250 100644 --- a/.github/workflows/watch-df-steam.yml +++ b/.github/workflows/watch-df-steam.yml @@ -34,7 +34,6 @@ jobs: with: path: state key: watchstate-${{ matrix.df_steam_branch }} - restore-keys: watchstate-${{ matrix.df_steam_branch }} - name: Compare branch metadata uses: nick-fields/retry@v3 with: