Skip to content

Commit

Permalink
CI VcpkgPackage: install default unrelated package
Browse files Browse the repository at this point in the history
  • Loading branch information
pthom committed Feb 1, 2024
1 parent ca95b10 commit 8703ae1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/VcpkgPackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
uses: johnwason/vcpkg-action@v6
id: vcpkg
with:
pkgs: ''
pkgs: 'nlohmann-json' # unrelated package, just to make the action happy
triplet: ${{ matrix.config.vcpkg_triplet }}
cache-key: ${{ matrix.config.os }}
revision: master
Expand Down

0 comments on commit 8703ae1

Please sign in to comment.