Skip to content

Commit

Permalink
ci: Fix pkg-config-lite download URL
Browse files Browse the repository at this point in the history
  • Loading branch information
sdroege committed Jun 17, 2024
1 parent 8d682fa commit 35db7ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/windows-msvc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:

- name: Install pkgconfig-lite
run: |
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 -Uri https://sourceforge.net/project/pkgconfiglite/files/0.28-1/pkg-config-lite-0.28-1_bin-win32.zip/download -OutFile /pkg_config_lite.zip -MaximumRetryCount 5
Expand-Archive /pkg_config_lite.zip -DestinationPath C:\
ls C:\
ls C:\pkg-config-lite-0.28-1
Expand Down

0 comments on commit 35db7ab

Please sign in to comment.