Skip to content

Commit

Permalink
added rustup init
Browse files Browse the repository at this point in the history
  • Loading branch information
Bullrich committed Aug 21, 2024
1 parent 0891676 commit 9b7ffbf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/check-cargo-check-runtimes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,8 @@ jobs:
runs-on: macOS
steps:
- uses: actions/checkout@v4
- run: brew install protobuf rustup rust
- run: brew install protobuf rustup
- run: rustup-init -y
# - name: Install rust
# run: curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
# - run: source $HOME/.cargo/env
Expand Down

0 comments on commit 9b7ffbf

Please sign in to comment.