Skip to content

Commit

Permalink
workaround(ci): "rustup not recognized" on windows release
Browse files Browse the repository at this point in the history
  • Loading branch information
rfdonnelly committed Feb 6, 2023
1 parent 353aaa3 commit 760a481
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,11 @@ jobs:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps:
- uses: actions/checkout@v3
- name: Install Rust
run: rustup update stable && rustup default stable
- name: Install Rust Stable
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: stable
- name: Install cargo-dist
run: ${{ matrix.install-dist }}
- name: Run cargo-dist
Expand Down

0 comments on commit 760a481

Please # to comment.