2929 with :
3030 version : 1.4.309.0
3131 cache : true
32+ - if : ${{ runner.os == 'Windows' }}
33+ name : Install Vulkan Runtime with SwiftShader (Windows)
34+ 35+ with :
36+ sdkVersion : 1.4.309.0
3237 - if : ${{ runner.os == 'Linux' }}
3338 name : Linux - Install native dependencies
3439 run : sudo apt install libwayland-cursor0 libxkbcommon-dev libwayland-dev
8893 with :
8994 version : 1.4.309.0
9095 cache : true
96+ - if : ${{ runner.os == 'Windows' }}
97+ name : Install Vulkan Runtime with SwiftShader (Windows)
98+ 99+ with :
100+ sdkVersion : 1.4.309.0
91101 - name : install rust-toolchain
92102 run : cargo version
93103 - name : cargo fetch --locked
@@ -129,6 +139,11 @@ jobs:
129139 with :
130140 version : 1.4.309.0
131141 cache : true
142+ - if : ${{ runner.os == 'Windows' }}
143+ name : Install Vulkan Runtime with SwiftShader (Windows)
144+ 145+ with :
146+ sdkVersion : 1.4.309.0
132147 - name : install rust-toolchain
133148 run : echo "TARGET=$(rustc --print host-tuple)" >> "$GITHUB_ENV"
134149 - name : cargo fetch --locked
@@ -149,6 +164,11 @@ jobs:
149164 with :
150165 version : 1.4.309.0
151166 cache : true
167+ - if : ${{ runner.os == 'Windows' }}
168+ name : Install Vulkan Runtime with SwiftShader (Windows)
169+ 170+ with :
171+ sdkVersion : 1.4.309.0
152172 - if : ${{ runner.os == 'Linux' }}
153173 name : Linux - Install native dependencies
154174 run : sudo apt install libwayland-cursor0 libxkbcommon-dev libwayland-dev
0 commit comments