]> O.S.I.I.S - jp/vkvg.git/commitdiff
update cmake.yml
authorJean-Philippe Bruyère <jp_bruyere@hotmail.com>
Sat, 28 May 2022 12:44:11 +0000 (14:44 +0200)
committerJean-Philippe Bruyère <jp_bruyere@hotmail.com>
Sat, 28 May 2022 12:44:11 +0000 (14:44 +0200)
.github/workflows/cmake.yml

index cfb13025e3c1146f52a731453c8ddfc7759a7bf2..c15a63c3c23f1734f886e0cf3cc3487c45e8ede4 100644 (file)
@@ -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