File tree Expand file tree Collapse file tree 2 files changed +10
-6
lines changed Expand file tree Collapse file tree 2 files changed +10
-6
lines changed Original file line number Diff line number Diff line change @@ -18,18 +18,18 @@ jobs:
18
18
strategy :
19
19
matrix :
20
20
os : [ubuntu-latest, windows-latest, macOS-latest]
21
- rust : [nightly]
21
+ rust : [nightly-2020-04-29 ]
22
22
include :
23
23
- os : macOS-latest
24
- rust : ' nightly'
24
+ rust : ' nightly-2020-04-29 '
25
25
components : ' rust-src'
26
26
targets : ' x86_64-apple-darwin'
27
27
- os : windows-latest
28
- rust : ' nightly'
28
+ rust : ' nightly-2020-04-29 '
29
29
components : ' rust-src'
30
30
targets : ' x86_64-pc-windows-msvc'
31
31
- os : ubuntu-latest
32
- rust : ' nightly'
32
+ rust : ' nightly-2020-04-29 '
33
33
components : ' rust-src'
34
34
targets : ' x86_64-unknown-linux-gnu'
35
35
46
46
run : cargo --version
47
47
- name : Install cargo-download
48
48
run : cargo install cargo-download
49
+ - name : Set override for Rust version
50
+ run : rustup override set ${{ matrix.rust }}
49
51
- name : Building dev version
50
52
run :
51
53
cargo build -Z build-std=std,core,alloc,panic_abort --target x86_64-unknown-hermit
Original file line number Diff line number Diff line change @@ -19,10 +19,10 @@ jobs:
19
19
strategy :
20
20
matrix :
21
21
os : [ubuntu-latest]
22
- rust : [nightly]
22
+ rust : [nightly-2020-04-29 ]
23
23
include :
24
24
- os : ubuntu-latest
25
- rust : ' nightly'
25
+ rust : ' nightly-2020-04-29 '
26
26
components : ' rust-src, llvm-tools-preview'
27
27
targets : ' x86_64-unknown-linux-gnu'
28
28
43
43
run : cargo install cargo-xbuild
44
44
- name : Install qemu/nasm
45
45
run : sudo apt-get update --fix-missing && sudo apt-get install qemu-system-x86 nasm
46
+ - name : Set override for Rust version
47
+ run : rustup override set ${{ matrix.rust }}
46
48
- name : Building dev version
47
49
run :
48
50
cargo build -Z build-std=std,core,alloc,panic_abort --target x86_64-unknown-hermit
You can’t perform that action at this time.
0 commit comments