File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 75
75
sparcv9-sun-solaris
76
76
aarch64-linux-android
77
77
aarch64-apple-ios
78
- - if : matrix.rust == 'nightly '
78
+ - if : matrix.rust != '1.48 '
79
79
run : rustup target add x86_64-unknown-fuchsia
80
- - if : matrix.rust != 'nightly '
80
+ - if : matrix.rust == '1.48 '
81
81
run : rustup target add x86_64-fuchsia
82
82
83
83
- name : Install cross-compilation tools
@@ -102,9 +102,9 @@ jobs:
102
102
- run : cargo check --workspace --release -vv --target=x86_64-apple-darwin --features=all-apis --all-targets
103
103
- run : cargo check --workspace --release -vv --target=x86_64-unknown-freebsd --features=all-apis --all-targets
104
104
- run : cargo check --workspace --release -vv --target=x86_64-unknown-netbsd --features=all-apis --all-targets
105
- - if : matrix.rust == 'nightly '
105
+ - if : matrix.rust != '1.48 '
106
106
run : cargo check --workspace --release -vv --target=x86_64-unknown-fuchsia --features=all-apis --all-targets
107
- - if : matrix.rust != 'nightly '
107
+ - if : matrix.rust == '1.48 '
108
108
run : cargo check --workspace --release -vv --target=x86_64-fuchsia --features=all-apis --all-targets
109
109
- run : cargo check --workspace --release -vv --target=x86_64-unknown-illumos --features=all-apis --all-targets
110
110
- run : cargo check --workspace --release -vv --target=i686-unknown-linux-gnu --features=all-apis --all-targets
You can’t perform that action at this time.
0 commit comments