Skip to content

Commit

Permalink
Remove version from ci-setup.sh (version should be defined in where we
Browse files Browse the repository at this point in the history
invoke the script)
  • Loading branch information
qinsoon committed Sep 17, 2020
1 parent 3be34fc commit 5a29684
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/scripts/ci-setup.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
set -xe

export RUST_VERSION=nightly-2019-08-26

# Install nightly rust
rustup toolchain install $RUSTUP_TOOLCHAIN
rustup target add i686-unknown-linux-gnu --toolchain $RUSTUP_TOOLCHAIN
Expand Down

0 comments on commit 5a29684

Please sign in to comment.