diff --git a/.github/workflows/hosted_runners.yml b/.github/workflows/hosted_runners.yml index b8e65c2d9ce..0ef0947c324 100644 --- a/.github/workflows/hosted_runners.yml +++ b/.github/workflows/hosted_runners.yml @@ -1150,6 +1150,7 @@ jobs: echo "${{ steps.build_paths.outputs.INSTALL }}\sccache" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append echo "SCCACHE_VERSION=$long_version" >> $env:GITHUB_OUTPUT + ls "${{ steps.build_paths.outputs.INSTALL }}\sccache\" # TODO: Implement a cache so we don't keep hitting the server at each run - name: Install Ninja