We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b44a2d6 commit 65d4689Copy full SHA for 65d4689
.github/workflows/build.yaml
@@ -18,7 +18,7 @@ jobs:
18
- uses: actions-rs/cargo@v1
19
with:
20
command: build
21
- args: --workspace --exclude=python-chop --exclude=td-rs-derive-py
+ args: --workspace --exclude=python-chop,bevy-top,cuda --exclude=td-rs-derive-py
22
# - uses: actions-rs/cargo@v1
23
# with:
24
# command: xtask
0 commit comments