Skip to content

Commit

Permalink
Merge pull request rust-lang#1131 from ehuss/fix-rustup-ci
Browse files Browse the repository at this point in the history
Fix CI: Don't update rustup.
  • Loading branch information
ehuss authored Jan 31, 2020
2 parents a58f381 + cbb43f3 commit 54e0cdf
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 31 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,6 @@ jobs:
- name: Install hub
run: ci/install-hub.sh ${{ matrix.os }}
shell: bash
- name: Install Rustup
run: ci/install-rustup.sh stable
shell: bash
- name: Install Rust
run: ci/install-rust.sh stable
shell: bash
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,6 @@ jobs:
rust: 1.35.0
steps:
- uses: actions/checkout@master
- name: Install Rustup
run: bash ci/install-rustup.sh ${{ matrix.rust }}
- name: Install Rust
run: bash ci/install-rust.sh ${{ matrix.rust }}
- name: Build and run tests
Expand Down
26 changes: 0 additions & 26 deletions ci/install-rustup.sh

This file was deleted.

0 comments on commit 54e0cdf

Please sign in to comment.