Skip to content

Commit 2105374

Browse files
committed
add comment
1 parent 22292b5 commit 2105374

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,8 @@ jobs:
131131
- name: Install cargo-hack
132132
run: cargo install cargo-hack
133133
- run: rustup target add ${{ matrix.target }}
134+
# * --optional-deps is needed for serde feature
135+
# * --no-dev-deps is needed to avoid https://github.com/rust-lang/cargo/issues/4866
134136
- run: cargo hack build --target ${{ matrix.target }} --feature-powerset --skip std,default --optional-deps --no-dev-deps
135137

136138
# When this job failed, run ci/no_atomic_cas.sh and commit result changes.

0 commit comments

Comments
 (0)