Skip to content

Commit db94f4f

Browse files
committed
bla6
1 parent b485d6e commit db94f4f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,6 @@ jobs:
179179
run: ls -la C:/Lavapipe/
180180
- if: ${{ runner.os == 'Windows' }}
181181
run: ls -la C:/Lavapipe/bin/
182-
- run: VK_LOADER_DEBUG=error,warn,info vulkaninfo
183182
- if: ${{ runner.os == 'Linux' }}
184183
name: Linux - Install native dependencies
185184
run: sudo apt install libwayland-cursor0 libxkbcommon-dev libwayland-dev
@@ -190,6 +189,10 @@ jobs:
190189
sudo add-apt-repository ppa:kisak/turtle -y
191190
sudo apt-get update
192191
sudo apt install -y xvfb libgl1-mesa-dri libxcb-xfixes0-dev mesa-vulkan-drivers
192+
- if: ${{ runner.os == 'Windows' }}
193+
run: VK_LOADER_DEBUG=error,warn,info vulkaninfoSDK.exe
194+
- if: ${{ runner.os == 'Linux' }}
195+
run: VK_LOADER_DEBUG=error,warn,info vulkaninfo
193196
- name: install rust-toolchain
194197
run: echo "TARGET=$(rustc --print host-tuple)" >> "$GITHUB_ENV"
195198
- name: cargo fetch --locked

0 commit comments

Comments
 (0)