We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 204b548 commit 8130359Copy full SHA for 8130359
.github/workflows/windows-visualcpp.yml
@@ -338,7 +338,8 @@ jobs:
338
{
339
New-Item -Path . -Name .EmbedTransform -ItemType directory
340
Set-Location .EmbedTransform
341
- Invoke-WebRequest -Uri https://www.firegiant.com/system/files/samples/EmbedTransform.zip -OutFile EmbedTransform.zip
+ Invoke-WebRequest -Uri https://www.tetengo.org/archives/EmbedTransform.zip -OutFile EmbedTransform.zip
342
+ #Invoke-WebRequest -Uri https://www.firegiant.com/system/files/samples/EmbedTransform.zip -OutFile EmbedTransform.zip
343
Expand-Archive -Path EmbedTransform.zip -DestinationPath EmbedTransform
344
New-Item -Path . -Name .download_finished -ItemType file
345
}
0 commit comments