Skip to content

Commit 3406ca2

Browse files
tamirdThomasdezeeuw
authored andcommitted
Enable CI on Fuchsia
1 parent b45caf6 commit 3406ca2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,8 @@ jobs:
5757
strategy:
5858
matrix:
5959
# TODO: add the following targets, currently broken.
60-
# "x86_64-fuchsia"
6160
# "x86_64-unknown-redox"
62-
target: ["aarch64-apple-ios", "aarch64-linux-android", "x86_64-apple-darwin", "x86_64-pc-windows-msvc", "x86_64-sun-solaris", "x86_64-unknown-freebsd", "x86_64-unknown-illumos", "x86_64-unknown-linux-gnu", "x86_64-unknown-netbsd"]
61+
target: ["aarch64-apple-ios", "aarch64-linux-android", "x86_64-apple-darwin", "x86_64-fuchsia", "x86_64-pc-windows-msvc", "x86_64-sun-solaris", "x86_64-unknown-freebsd", "x86_64-unknown-illumos", "x86_64-unknown-linux-gnu", "x86_64-unknown-netbsd"]
6362
steps:
6463
- uses: actions/checkout@master
6564
- name: Install Rust

0 commit comments

Comments
 (0)