diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8634c84a..c47fec08 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -145,7 +145,9 @@ jobs: env: cache-name: cache-windows-build-folder-VS2022 with: - path: desktop_version/build + path: | + desktop_version/build + desktop_version/CMakeLists.txt key: ${{ runner.os }}-build-${{ env.cache-name }}-${{ hashFiles('desktop_version/CMakeLists.txt') }}-SDL${{ env.SDL_VERSION }} - if: ${{ steps.cache-windows-build-folder.outputs.cache-hit != 'true' }}