Skip to content

Commit fa6dd11

Browse files
committed
Update for the name of the fuchsia target changing on stable.
1 parent eb6d204 commit fa6dd11

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -75,9 +75,9 @@ jobs:
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

0 commit comments

Comments
 (0)