Skip to content

Commit

Permalink
Fix archive name
Browse files Browse the repository at this point in the history
  • Loading branch information
Smjert committed Oct 18, 2024
1 parent cfe4775 commit 1c51f93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/hosted_runners.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1142,7 +1142,7 @@ jobs:
run: |
$long_version = "0.8.2"
$archive_name = $("sccache-v" + $long_version + "x86_64-pc-windows-msvc.zip")
$archive_name = $("sccache-v" + $long_version + "-x86_64-pc-windows-msvc.zip")
$url = $("https://github.com/mozilla/sccache/releases/download/v" + $long_version + "/" + $archive_name)
(New-Object System.Net.WebClient).DownloadFile($url, $archive_name)
Expand Down

0 comments on commit 1c51f93

Please sign in to comment.