build: try installing jsoncpp with vcpkg (3)

This commit is contained in:
Eric Wasylishen 2024-03-17 17:07:46 -06:00
parent 346e58e4f5
commit d8cbdb3718
1 changed files with 5 additions and 5 deletions

View File

@ -25,17 +25,17 @@ jobs:
USE_ASAN: ${{ matrix.use-asan }}
VCPKG_CMAKE_FILE: '${{ github.workspace }}/vcpkg/scripts/buildsystems/vcpkg.cmake'
steps:
- name: 'Install vcpkg + the packages we need from it'
- uses: actions/checkout@v4
with:
submodules: recursive
- name: 'Install vcpkg + the packages specified in vcpkg.json'
uses: lukka/run-vcpkg@v11
with:
vcpkgDirectory: '${{ github.workspace }}/vcpkg'
vcpkgGitCommitId: cf4ebef2294e164875ce17d7937f44d3e3ea156e
runVcpkgInstall: true
- uses: actions/checkout@v4
with:
submodules: recursive
- name: 'Linux: Install Qt5'
if: startsWith(matrix.os, 'ubuntu-')
run: |