From d8cbdb3718750d1c196a9cc93e1071bcf9d0ac42 Mon Sep 17 00:00:00 2001 From: Eric Wasylishen Date: Sun, 17 Mar 2024 17:07:46 -0600 Subject: [PATCH] build: try installing jsoncpp with vcpkg (3) --- .github/workflows/continuous-building.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/continuous-building.yml b/.github/workflows/continuous-building.yml index 2b7a22ca..ec82f1ef 100644 --- a/.github/workflows/continuous-building.yml +++ b/.github/workflows/continuous-building.yml @@ -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: |