29
29
with :
30
30
version : 1.4.309.0
31
31
cache : true
32
- - if : ${{ runner.os == 'Windows' }}
33
- name : Install Vulkan Runtime with SwiftShader (Windows)
34
-
35
- with :
36
- sdkVersion : 1.4.309.0
37
32
- if : ${{ runner.os == 'Linux' }}
38
33
name : Linux - Install native dependencies
39
34
run : sudo apt install libwayland-cursor0 libxkbcommon-dev libwayland-dev
93
88
with :
94
89
version : 1.4.309.0
95
90
cache : true
96
- - if : ${{ runner.os == 'Windows' }}
97
- name : Install Vulkan Runtime with SwiftShader (Windows)
98
-
99
- with :
100
- sdkVersion : 1.4.309.0
101
91
- name : install rust-toolchain
102
92
run : cargo version
103
93
- name : cargo fetch --locked
@@ -139,11 +129,6 @@ jobs:
139
129
with :
140
130
version : 1.4.309.0
141
131
cache : true
142
- - if : ${{ runner.os == 'Windows' }}
143
- name : Install Vulkan Runtime with SwiftShader (Windows)
144
-
145
- with :
146
- sdkVersion : 1.4.309.0
147
132
- name : install rust-toolchain
148
133
run : echo "TARGET=$(rustc --print host-tuple)" >> "$GITHUB_ENV"
149
134
- name : cargo fetch --locked
@@ -164,11 +149,6 @@ jobs:
164
149
with :
165
150
version : 1.4.309.0
166
151
cache : true
167
- - if : ${{ runner.os == 'Windows' }}
168
- name : Install Vulkan Runtime with SwiftShader (Windows)
169
-
170
- with :
171
- sdkVersion : 1.4.309.0
172
152
- if : ${{ runner.os == 'Linux' }}
173
153
name : Linux - Install native dependencies
174
154
run : sudo apt install libwayland-cursor0 libxkbcommon-dev libwayland-dev
0 commit comments