We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b5de5a commit b58828dCopy full SHA for b58828d
.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=bevy-top --exclue=cuda --exclude=td-rs-derive-py
+ args: --workspace --exclude=python-chop --exclude=bevy-top --exclude=cuda --exclude=td-rs-derive-py
22
# - uses: actions-rs/cargo@v1
23
# with:
24
# command: xtask
0 commit comments