We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4ef5dc commit e98b320Copy full SHA for e98b320
.github/workflows/ci.yaml
@@ -170,6 +170,9 @@ jobs:
170
run: |
171
echo "C:/Swiftshader/" >> "$GITHUB_PATH"
172
echo "VK_DRIVER_FILES=C:/Swiftshader/vk_swiftshader_icd.json" >> "$GITHUB_ENV"
173
+ - run: cat C:/Swiftshader/vk_swiftshader_icd.json
174
+ - run: ls -la C:/Swiftshader/
175
+ - run: ls -la C:/Swiftshader/bin/
176
- if: ${{ runner.os == 'Linux' }}
177
name: Linux - Install native dependencies
178
run: sudo apt install libwayland-cursor0 libxkbcommon-dev libwayland-dev
0 commit comments