From 85e6d8241381027aed9c776b4ca95b337ecc6a3a Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jean-Philippe=20Bruy=C3=A8re?= Date: Sat, 28 May 2022 14:44:11 +0200 Subject: [PATCH] update cmake.yml --- .github/workflows/cmake.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index cfb1302..c15a63c 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -13,10 +13,11 @@ jobs: steps: - uses: actions/checkout@v2 - name: Install Vulkan SDK - uses: humbletim/install-vulkan-sdk@v1.1.1 + uses: humbletim/setup-vulkan-sdk@v1.2.0 with: - version: 1.3.204.0 - cache: true + vulkan-query-version: 1.3.204.0 + vulkan-components: Vulkan-Headers, Vulkan-Loader + vulkan-use-cache: true - name: configure run: cmake -G "Visual Studio 16 2019" . -DCMAKE_SYSTEM_VERSION="10.0.18362.0" -DVKVG_RECORDING=false -DVKVG_SVG=false -DGIT_SUBMODULE=true - name: build -- 2.47.3