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 7575 sparcv9-sun-solaris
7676 aarch64-linux-android
7777 aarch64-apple-ios
78- - if : matrix.rust == 'nightly '
78+ - if : matrix.rust != '1.48 '
7979 run : rustup target add x86_64-unknown-fuchsia
80- - if : matrix.rust != 'nightly '
80+ - if : matrix.rust == '1.48 '
8181 run : rustup target add x86_64-fuchsia
8282
8383 - name : Install cross-compilation tools
@@ -102,9 +102,9 @@ jobs:
102102 - run : cargo check --workspace --release -vv --target=x86_64-apple-darwin --features=all-apis --all-targets
103103 - run : cargo check --workspace --release -vv --target=x86_64-unknown-freebsd --features=all-apis --all-targets
104104 - 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 '
106106 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 '
108108 run : cargo check --workspace --release -vv --target=x86_64-fuchsia --features=all-apis --all-targets
109109 - run : cargo check --workspace --release -vv --target=x86_64-unknown-illumos --features=all-apis --all-targets
110110 - 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