Skip to content

Commit d02fa74

Browse files
committed
Attempt 2
1 parent 1ef36a7 commit d02fa74

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-test-and-docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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'

0 commit comments

Comments
 (0)