Skip to content

Commit 58cbe9e

Browse files
committed
Remove WGPU steps from CI
1 parent a33c92e commit 58cbe9e

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ jobs:
2121
matrix:
2222
renderer:
2323
- OpenGL
24-
- WGPU
2524
config:
2625
- { name: Linux (x86), os: ubuntu-latest, target: "x86_64-unknown-linux-gnu" }
2726
- { name: Linux (ARM), os: ubuntu-latest, target: "aarch64-unknown-linux-gnu" }
@@ -56,14 +55,6 @@ jobs:
5655
if: matrix.renderer == 'OpenGL'
5756
run: cargo build -p render-opengl --all-targets --target=${{ matrix.config.target }}
5857

59-
- name: Build Inox2D (WGPU)
60-
if: matrix.renderer == 'WGPU'
61-
run: cargo build -p inox2d-wgpu --all-targets --target=${{ matrix.config.target }}
62-
63-
- name: Build Example (WGPU)
64-
if: matrix.renderer == 'WGPU'
65-
run: cargo build -p render-wgpu --all-targets --target=${{ matrix.config.target }}
66-
6758
build-webgl:
6859
name: Build WebGL Example
6960
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)