From 697ed01d61210d341d9090096e3ff890e76f502e Mon Sep 17 00:00:00 2001 From: Stefano Bonicatti Date: Fri, 18 Oct 2024 17:17:06 +0200 Subject: [PATCH] print sccache --- .github/workflows/hosted_runners.yml | 1 + 1 file changed, 1 insertion(+) 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