Skip to content

Commit

Permalink
manually install cargo
Browse files Browse the repository at this point in the history
  • Loading branch information
seunlanlege committed Jan 25, 2024
1 parent 47b6525 commit 8049c16
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,10 @@ jobs:
- uses: actions/checkout@v4
with:
submodules: recursive
- name: Install toolchain
uses: dtolnay/rust-toolchain@nightly
with:
toolchain: nightly
- name: Install cargo-dist
run: "curl --proto '=https' --tlsv1.2 -LsSf https://github.com/axodotdev/cargo-dist/releases/download/v0.8.0/cargo-dist-installer.sh | sh"
- id: plan
Expand Down

0 comments on commit 8049c16

Please sign in to comment.