Skip to content

Commit f8b4ba1

Browse files
committed
Exclude.
1 parent 65d4689 commit f8b4ba1

File tree

3 files changed

+285
-124
lines changed

3 files changed

+285
-124
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,bevy-top,cuda --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

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)