We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70c7d0f commit 0fb1fadCopy full SHA for 0fb1fad
.github/workflows/ci.yml
@@ -133,7 +133,7 @@ jobs:
133
"overrides": [ { "name": "openssl", "version-string": "1.1.1n" },
134
{ "name": "botan", "version-string": "2.19.3" } ],
135
"builtin-baseline": "38d1652f152d36481f2f4e8a85c0f1e14f3769f7" }' > vcpkg.json
136
- - uses: seanmiddleditch/vcpkg-action@master
+ - uses: johnwason/vcpkg-action@v7
137
id: vcpkg
138
with:
139
manifest-dir: ${{ github.workspace }}
src/lib/SoftHSM.cpp
@@ -87,7 +87,7 @@
87
#include <unistd.h>
88
#endif
89
90
-// Initialise the one-and-only instance
+// Initialise the one-and-only instance.
91
92
#ifdef HAVE_CXX11
93
0 commit comments