Skip to content

Commit 8130359

Browse files
committed
Changed where to download EmbedTransform.zip from #345
1 parent 204b548 commit 8130359

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/windows-visualcpp.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,8 @@ jobs:
338338
{
339339
New-Item -Path . -Name .EmbedTransform -ItemType directory
340340
Set-Location .EmbedTransform
341-
Invoke-WebRequest -Uri https://www.firegiant.com/system/files/samples/EmbedTransform.zip -OutFile EmbedTransform.zip
341+
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
342343
Expand-Archive -Path EmbedTransform.zip -DestinationPath EmbedTransform
343344
New-Item -Path . -Name .download_finished -ItemType file
344345
}

0 commit comments

Comments
 (0)