Skip to content

Commit 8703ae1

Browse files
committed
CI VcpkgPackage: install default unrelated package
1 parent ca95b10 commit 8703ae1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/VcpkgPackage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
uses: johnwason/vcpkg-action@v6
3636
id: vcpkg
3737
with:
38-
pkgs: ''
38+
pkgs: 'nlohmann-json' # unrelated package, just to make the action happy
3939
triplet: ${{ matrix.config.vcpkg_triplet }}
4040
cache-key: ${{ matrix.config.os }}
4141
revision: master

0 commit comments

Comments
 (0)