Skip to content

Commit 65d4689

Browse files
committed
Ignore cuda build.
1 parent b44a2d6 commit 65d4689

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- uses: actions-rs/cargo@v1
1919
with:
2020
command: build
21-
args: --workspace --exclude=python-chop --exclude=td-rs-derive-py
21+
args: --workspace --exclude=python-chop,bevy-top,cuda --exclude=td-rs-derive-py
2222
# - uses: actions-rs/cargo@v1
2323
# with:
2424
# command: xtask

0 commit comments

Comments
 (0)