Skip to content

Commit 8c9583f

Browse files
committed
Maybe fix lint CI by excluding example-runner
This will then not build example-shader and so then not require spirv-val and friends.
1 parent 60a4164 commit 8c9583f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/ci.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,4 +77,4 @@ jobs:
7777
- uses: actions-rs/cargo@v1
7878
with:
7979
command: clippy
80-
args: --workspace --all-targets -- -D warnings
80+
args: --workspace --exclude example-runner --all-targets -- -D warnings

0 commit comments

Comments
 (0)