Skip to content

Commit bc99862

Browse files
committed
ci: Fix pkg-config-lite download URL
And set user-agent to wget to appease sourceforge.
1 parent 8d682fa commit bc99862

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/windows-msvc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545

4646
- name: Install pkgconfig-lite
4747
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
48+
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
4949
Expand-Archive /pkg_config_lite.zip -DestinationPath C:\
5050
ls C:\
5151
ls C:\pkg-config-lite-0.28-1

0 commit comments

Comments
 (0)