Skip to content

Commit

Permalink
Merge pull request #827 from tsuyoshicho/fix/windowscierror
Browse files Browse the repository at this point in the history
  • Loading branch information
tsuyoshicho authored Dec 31, 2024
2 parents 4a43430 + 563a6fe commit a2d1509
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/buildtest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ jobs:
if (Test-Path $zip) {
Write-Host cache hit
} else {
(New-Object Net.WebClient).DownloadFile('${{ steps.files.outputs.url }}', $zip)
Invoke-WebRequest '${{ steps.files.outputs.url }}' -UserAgent 'pwsh' -OutFile $zip
}
[Reflection.Assembly]::LoadWithPartialName('System.IO.Compression.FileSystem') > $null
[System.IO.Compression.ZipFile]::ExtractToDirectory($zip, $lua)
Expand Down

0 comments on commit a2d1509

Please sign in to comment.