From bfb196364dc113f9bd9ddfb02baa4514c0579263 Mon Sep 17 00:00:00 2001 From: Jeff Trull Date: Thu, 14 Nov 2024 19:48:54 -0800 Subject: [PATCH] Maybe I should get xtst etc. BEFORE vpkg. IDK. --- .github/workflows/ci.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 157f34c..aee8957 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -48,18 +48,18 @@ jobs: with: submodules: true - - name: Set up vcpkg and install our dependencies - uses: lukka/run-vcpkg@v11 - with: - vcpkgJsonGlob: 'vcpkg.json' - runVcpkgInstall: true - - name: Get runtime system dependencies for building Qt (?) if: matrix.c_compiler != 'cl' shell: bash run: | apt install libxi-dev libxtst-dev + - name: Set up vcpkg and install our dependencies + uses: lukka/run-vcpkg@v11 + with: + vcpkgJsonGlob: 'vcpkg.json' + runVcpkgInstall: true + - name: Set reusable strings # Turn repeated input strings (such as the build output directory) into step outputs. These step outputs can be used throughout the workflow file. id: strings