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 8d682fa commit bc99862Copy full SHA for bc99862
.github/workflows/windows-msvc.yml
@@ -45,7 +45,7 @@ jobs:
45
46
- name: Install pkgconfig-lite
47
run: |
48
- Invoke-WebRequest -Uri https://deac-fra.dl.sourceforge.net/project/pkgconfiglite/0.28-1/pkg-config-lite-0.28-1_bin-win32.zip -OutFile /pkg_config_lite.zip -MaximumRetryCount 5
+ Invoke-WebRequest -UserAgent "Wget" -Uri https://downloads.sourceforge.net/project/pkgconfiglite/0.28-1/pkg-config-lite-0.28-1_bin-win32.zip -OutFile /pkg_config_lite.zip -MaximumRetryCount 5
49
Expand-Archive /pkg_config_lite.zip -DestinationPath C:\
50
ls C:\
51
ls C:\pkg-config-lite-0.28-1
0 commit comments