File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11name : VKVM
22on :
33 workflow_dispatch :
4- # push:
5- # branches:
6- # - v56
7- # paths:
8- # - .github/workflows/vkvm.yml
4+ push :
5+ branches :
6+ - vkvm-build
97jobs :
108 windows-x64 :
119 name : Windows (x64)
@@ -54,11 +52,10 @@ jobs:
5452 - name : Checkout
5553 uses : actions/checkout@v4
5654 - name : Prepare Vulkan SDK
57- uses : humbletim/setup -vulkan-sdk@v1.2.1
55+ uses : humbletim/install -vulkan-sdk@v1.2
5856 with :
59- vulkan-query-version : latest
60- vulkan-components : Vulkan-Headers, Vulkan-Loader
61- vulkan-use-cache : true
57+ version : 1.4.309.0
58+ cache : true
6259 - name : Build
6360 run : ./build.sh
6461 working-directory : ./src/VKVM
@@ -74,11 +71,10 @@ jobs:
7471 - name : Checkout
7572 uses : actions/checkout@v4
7673 - name : Prepare Vulkan SDK
77- uses : humbletim/setup -vulkan-sdk@v1.2.1
74+ uses : humbletim/install -vulkan-sdk@v1.2
7875 with :
79- vulkan-query-version : latest
80- vulkan-components : Vulkan-Headers, Vulkan-Loader
81- vulkan-use-cache : true
76+ version : 1.4.309.0
77+ cache : true
8278 - name : Build
8379 run : ./build.sh
8480 working-directory : ./src/VKVM
You can’t perform that action at this time.
0 commit comments