Skip to content

Commit

Permalink
More info about rustup
Browse files Browse the repository at this point in the history
  • Loading branch information
parno committed Jan 20, 2025
1 parent 401b013 commit 36830bb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,10 @@ jobs:
- name: Install Rust toolchain
run: |
rustup update --no-self-update stable
rustup show
rustup target add ${{ matrix.target }}
rustup component add rust-src
rustc --version
- name: Install Node.js
uses: actions/setup-node@v4
Expand Down

0 comments on commit 36830bb

Please sign in to comment.