Skip to content

Commit

Permalink
more components
Browse files Browse the repository at this point in the history
  • Loading branch information
alvicsam committed Sep 12, 2024
1 parent a390222 commit d00148d
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/check-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,18 +58,18 @@ jobs:
cache: false
toolchain: 1.77.0
target: wasm32-unknown-unknown
components: rust-src, rustfmt, clippy
components: cargo, clippy, rust-docs, rust-src, rustfmt, rustc, rust-std
- run: brew install protobuf
- run: |
df -h
echo "############# rustup show #############"
rustup show
echo "############# cargo --version #############"
which cargo
cargo -V
cargo -V | grep 1.77
echo "############# rustup +nightly show #############"
rustup +nightly show
# - run: |
# df -h
# echo "############# rustup show #############"
# rustup show
# echo "############# cargo --version #############"
# which cargo
# cargo -V
# cargo -V | grep 1.77
# echo "############# rustup +nightly show #############"
# rustup +nightly show
- run: cargo check --workspace --locked
- if: failure()
run: |
Expand Down

0 comments on commit d00148d

Please sign in to comment.