We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 095daad + 933614d commit 7eb3f10Copy full SHA for 7eb3f10
.github/workflows/ci.yaml
@@ -27,23 +27,23 @@ jobs:
27
- arch: x86_64
28
toolchain: gcc
29
config: debug
30
- rustc: 2021-01-24
+ rustc: 2021-01-31
31
output: build
32
install: rustup
33
sysroot: custom
34
35
- arch: arm64
36
toolchain: clang
37
config: release
38
+ rustc: 2021-02-07
39
40
install: standalone
41
sysroot: common
42
43
44
toolchain: llvm
45
46
+ rustc: 2021-02-11
47
48
49
0 commit comments