Skip to content

Commit

Permalink
fix(ci): cargo-dist
Browse files Browse the repository at this point in the history
  • Loading branch information
rfdonnelly committed Aug 15, 2024
1 parent 06b6067 commit dff7f39
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,6 @@ jobs:
- uses: actions/checkout@v4
with:
submodules: recursive
- name: Install Rust
run: rustup update "1.80.1" --no-self-update && rustup default "1.80.1"
- name: Install cargo-dist
# we specify bash to get pipefail; it guards against the `curl` command
# failing. otherwise `sh` won't catch that `curl` returned non-0
Expand Down Expand Up @@ -117,8 +115,6 @@ jobs:
- uses: actions/checkout@v4
with:
submodules: recursive
- name: Use rustup to set correct Rust version
run: rustup update "1.80.1" --no-self-update && rustup default "1.80.1"
- name: Install cargo-dist
run: ${{ matrix.install_dist }}
# Get the dist-manifest
Expand Down Expand Up @@ -170,8 +166,6 @@ jobs:
- uses: actions/checkout@v4
with:
submodules: recursive
- name: Install Rust
run: rustup update "1.80.1" --no-self-update && rustup default "1.80.1"
- name: Install cached cargo-dist
uses: actions/download-artifact@v4
with:
Expand Down Expand Up @@ -221,8 +215,6 @@ jobs:
- uses: actions/checkout@v4
with:
submodules: recursive
- name: Install Rust
run: rustup update "1.80.1" --no-self-update && rustup default "1.80.1"
- name: Install cached cargo-dist
uses: actions/download-artifact@v4
with:
Expand Down

0 comments on commit dff7f39

Please sign in to comment.