Skip to content

Commit 0fb1fad

Browse files
committed
Fix vcpkg build
1 parent 70c7d0f commit 0fb1fad

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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 }}

src/lib/SoftHSM.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
#include <unistd.h>
8888
#endif
8989

90-
// Initialise the one-and-only instance
90+
// Initialise the one-and-only instance.
9191

9292
#ifdef HAVE_CXX11
9393

0 commit comments

Comments
 (0)