Skip to content

Commit

Permalink
temp
Browse files Browse the repository at this point in the history
  • Loading branch information
Smjert committed Oct 18, 2024
1 parent 697ed01 commit 4ba7e53
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/hosted_runners.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1147,6 +1147,7 @@ jobs:
(New-Object System.Net.WebClient).DownloadFile($url, $archive_name)
7z x -o${{ steps.build_paths.outputs.INSTALL }}\sccache -y $archive_name
mv -Force ${{ steps.build_paths.outputs.INSTALL }}\sccache\*\* ${{ steps.build_paths.outputs.INSTALL }}\sccache\
echo "${{ steps.build_paths.outputs.INSTALL }}\sccache" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
echo "SCCACHE_VERSION=$long_version" >> $env:GITHUB_OUTPUT
Expand Down

0 comments on commit 4ba7e53

Please sign in to comment.