Skip to content

Commit

Permalink
rm comments
Browse files Browse the repository at this point in the history
  • Loading branch information
alvicsam committed Sep 12, 2024
1 parent 265f15d commit a390222
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/check-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,6 @@ jobs:
# cargo check --workspace --locked

- uses: actions/checkout@v4
# - name: Install dependencies
# uses: ./.github/actions/set-up-mac
# with:
# IMAGE: ${{ needs.set-image.outputs.IMAGE }}
- name: Set up Homebrew
id: set-up-homebrew
uses: Homebrew/actions/setup-homebrew@master
Expand All @@ -63,14 +59,7 @@ jobs:
toolchain: 1.77.0
target: wasm32-unknown-unknown
components: rust-src, rustfmt, clippy
# - uses: actions-rust-lang/setup-rust-toolchain@v1
# with:
# cache: false
# toolchain: stable-aarch64-apple-darwin
# - name: Install rust
# run: rustup toolchain install nightly
- run: brew install protobuf
# - run: rustup target add wasm32-unknown-unknown --toolchain 1.77.0-aarch64-apple-darwin
- run: |
df -h
echo "############# rustup show #############"
Expand Down

0 comments on commit a390222

Please sign in to comment.