Skip to content

Commit 224866c

Browse files
committed
CI: Work around a vcpkg issue by checking out an earlier commit
1 parent a50e253 commit 224866c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
run: |
2929
cd dependencies/vcpkg
3030
git fetch --unshallow
31-
git pull --all
31+
git checkout 431eb6bda0950874c8d4ed929cc66e15d8aae46f
3232
3333
- name: Setup release mode parameters (for deploy)
3434
if: ${{ inputs.deploymode == 'release' }}
@@ -133,7 +133,7 @@ jobs:
133133
run: |
134134
cd dependencies/vcpkg
135135
git fetch --unshallow
136-
git pull --all
136+
git checkout 431eb6bda0950874c8d4ed929cc66e15d8aae46f
137137
138138
- name: Setup release mode parameters (for deploy)
139139
if: ${{ inputs.deploymode == 'release' }}

0 commit comments

Comments
 (0)