We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca95b10 commit 8703ae1Copy full SHA for 8703ae1
.github/workflows/VcpkgPackage.yml
@@ -35,7 +35,7 @@ jobs:
35
uses: johnwason/vcpkg-action@v6
36
id: vcpkg
37
with:
38
- pkgs: ''
+ pkgs: 'nlohmann-json' # unrelated package, just to make the action happy
39
triplet: ${{ matrix.config.vcpkg_triplet }}
40
cache-key: ${{ matrix.config.os }}
41
revision: master
0 commit comments