mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-04-24 22:30:03 +00:00
Fix workflow release-pr: Install nightly toolchain (#560)
Default rust/cargo in ubuntu-latest is too old. Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
This commit is contained in:
parent
6fd3044c12
commit
44316e1f02
1 changed files with 4 additions and 0 deletions
4
.github/workflows/release-pr.yml
vendored
4
.github/workflows/release-pr.yml
vendored
|
@ -31,6 +31,10 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
- name: Configure toolchain
|
||||||
|
run: |
|
||||||
|
rustup toolchain install --profile minimal --no-self-update nightly
|
||||||
|
rustup default nightly
|
||||||
- uses: chainguard-dev/actions/setup-gitsign@main
|
- uses: chainguard-dev/actions/setup-gitsign@main
|
||||||
- name: Install cargo-release
|
- name: Install cargo-release
|
||||||
uses: taiki-e/install-action@v1
|
uses: taiki-e/install-action@v1
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue