File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -206,8 +206,8 @@ jobs:
206206 if : steps.cache.outputs.cache-hit != 'true'
207207 run : |
208208 # This fix is from @Kwizatz: https://github.com/microsoft/vcpkg/issues/47984#issuecomment-3471327762
209- New-Item -ItemType Directory -Path C:\vcpkg\downloads -Force # aka; mkdir -p
210- Invoke-WebRequest -Uri https://gitlab.gnome.org//GNOME/pango/-/archive/1.56.1/pango-1.56.1.tar.gz -OutFile C:\vcpkg\downloads\GNOME-pango-1.56.1.tar.gz # aka; curl -o outfile url
209+ mkdir C:\vcpkg\downloads
210+ curl -o C:\vcpkg\downloads\GNOME-pango-1.56.1.tar.gz " https://gitlab.gnome.org//GNOME/pango/-/archive/1.56.1/pango-1.56.1.tar.gz"
211211
212212 - name : Build and Install Dependencies
213213 if : steps.cache.outputs.cache-hit != 'true'
You can’t perform that action at this time.
0 commit comments