Skip to content

Commit 7eb3f10

Browse files
authored
Merge pull request #84 from Rust-for-Linux/rust-ci
CI: use different nightlies again
2 parents 095daad + 933614d commit 7eb3f10

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,23 +27,23 @@ jobs:
2727
- arch: x86_64
2828
toolchain: gcc
2929
config: debug
30-
rustc: 2021-01-24
30+
rustc: 2021-01-31
3131
output: build
3232
install: rustup
3333
sysroot: custom
3434

3535
- arch: arm64
3636
toolchain: clang
3737
config: release
38-
rustc: 2021-01-24
38+
rustc: 2021-02-07
3939
output: build
4040
install: standalone
4141
sysroot: common
4242

4343
- arch: x86_64
4444
toolchain: llvm
4545
config: debug
46-
rustc: 2021-01-24
46+
rustc: 2021-02-11
4747
output: build
4848
install: standalone
4949
sysroot: custom

0 commit comments

Comments
 (0)