Skip to content

Commit

Permalink
try Start-Process
Browse files Browse the repository at this point in the history
  • Loading branch information
esheldon committed Jun 19, 2024
1 parent 738b9d9 commit b941eaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-windows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
cd zlib-install
curl.exe --output install_zlib.bat https://git.io/JnHTY
.\install_zlib.bat
Start-Process -FilePath .\install_zlib.bat
del install_zlib.bat
cd ..
Expand Down

0 comments on commit b941eaf

Please sign in to comment.