mirror of
https://github.com/Kbz-8/Pulse.git
synced 2026-01-10 15:03:34 +00:00
fixing d3d11 CI
This commit is contained in:
2
.github/workflows/d3d11-test-windows.yml
vendored
2
.github/workflows/d3d11-test-windows.yml
vendored
@@ -62,7 +62,7 @@ jobs:
|
|||||||
|
|
||||||
# Setup compilation mode and install project dependencies
|
# Setup compilation mode and install project dependencies
|
||||||
- name: Configure xmake and install dependencies
|
- name: Configure xmake and install dependencies
|
||||||
run: xmake config --d3d11=y --d3d11-tests-y --vulkan=n --opengl=n --software=n --webgpu=n --examples=y --arch=${{ matrix.arch }} --mode=${{ matrix.confs.mode }} ${{ matrix.confs.config }} --ccache=n --yes
|
run: xmake config --d3d11=y --d3d11-tests=y --vulkan=n --opengl=n --software=n --webgpu=n --examples=y --arch=${{ matrix.arch }} --mode=${{ matrix.confs.mode }} ${{ matrix.confs.config }} --ccache=n --yes
|
||||||
|
|
||||||
# Save dependencies
|
# Save dependencies
|
||||||
- name: Save cached xmake dependencies
|
- name: Save cached xmake dependencies
|
||||||
|
|||||||
Reference in New Issue
Block a user