Skip to content

Commit 5665404

Browse files
authored
Merge branch 'master' into fix/base16test
2 parents a37242a + a2d1509 commit 5665404

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/buildtest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ jobs:
167167
if (Test-Path $zip) {
168168
Write-Host cache hit
169169
} else {
170-
(New-Object Net.WebClient).DownloadFile('${{ steps.files.outputs.url }}', $zip)
170+
Invoke-WebRequest '${{ steps.files.outputs.url }}' -UserAgent 'pwsh' -OutFile $zip
171171
}
172172
[Reflection.Assembly]::LoadWithPartialName('System.IO.Compression.FileSystem') > $null
173173
[System.IO.Compression.ZipFile]::ExtractToDirectory($zip, $lua)

0 commit comments

Comments
 (0)