Skip to content

Commit 47ad587

Browse files
authored
Merge pull request #113 from carlopi/patch-1
Fix vcpkg commit to `5e5d0e1cd7785623065e77eff011afdeec1a3574`
2 parents 4d5a26c + 7468f5d commit 47ad587

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ExtensionTemplate.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
- name: Setup vcpkg
4646
uses: lukka/[email protected]
4747
with:
48-
vcpkgGitCommitId: a1a1cbc975abf909a6c8985a6a2b8fe20bbd9bd6
48+
vcpkgGitCommitId: 5e5d0e1cd7785623065e77eff011afdeec1a3574
4949

5050
- name: Rename extension
5151
run: |
@@ -98,7 +98,7 @@ jobs:
9898
- name: Setup vcpkg
9999
uses: lukka/[email protected]
100100
with:
101-
vcpkgGitCommitId: a1a1cbc975abf909a6c8985a6a2b8fe20bbd9bd6
101+
vcpkgGitCommitId: 5e5d0e1cd7785623065e77eff011afdeec1a3574
102102

103103
- name: Rename extension
104104
run: |
@@ -147,7 +147,7 @@ jobs:
147147
- name: Setup vcpkg
148148
uses: lukka/[email protected]
149149
with:
150-
vcpkgGitCommitId: a1a1cbc975abf909a6c8985a6a2b8fe20bbd9bd6
150+
vcpkgGitCommitId: 5e5d0e1cd7785623065e77eff011afdeec1a3574
151151

152152
- name: Rename extension
153153
run: |
@@ -159,4 +159,4 @@ jobs:
159159
160160
- name: Test extension
161161
run: |
162-
build/release/test/Release/unittest.exe
162+
build/release/test/Release/unittest.exe

0 commit comments

Comments
 (0)