Skip to content

Commit 6b68c2e

Browse files
committed
Fix vcpkg build
1 parent 70c7d0f commit 6b68c2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ jobs:
133133
"overrides": [ { "name": "openssl", "version-string": "1.1.1n" },
134134
{ "name": "botan", "version-string": "2.19.3" } ],
135135
"builtin-baseline": "38d1652f152d36481f2f4e8a85c0f1e14f3769f7" }' > vcpkg.json
136-
- uses: seanmiddleditch/vcpkg-action@master
136+
- uses: johnwason/vcpkg-action@v7
137137
id: vcpkg
138138
with:
139139
manifest-dir: ${{ github.workspace }}

0 commit comments

Comments
 (0)