Skip to content

Commit

Permalink
upgrade CI compiler
Browse files Browse the repository at this point in the history
  • Loading branch information
sfackler committed Oct 27, 2020
1 parent ceaf63e commit 1362ff4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ orbs:

executors:
rust:
docker: [{ image: rust:1.41.0 }]
docker: [{ image: rust:1.47.0 }]

commands:
restore_target:
Expand Down Expand Up @@ -110,7 +110,7 @@ jobs:
- attach_workspace: { at: C:\Users\circleci }
- run: |
$progressPreference = "silentlyContinue"
Invoke-WebRequest "https://static.rust-lang.org/dist/rust-1.41.0-x86_64-pc-windows-msvc.exe" -outfile rust.exe
Invoke-WebRequest "https://static.rust-lang.org/dist/rust-1.47.0-x86_64-pc-windows-msvc.exe" -outfile rust.exe
- run: .\rust.exe /VERYSILENT /NORESTART /DIR="C:\Program Files\Rust"
- run: |
$env:Path += ";C:\Program Files\Rust\bin"
Expand Down

0 comments on commit 1362ff4

Please sign in to comment.