Skip to content

Commit c29dd0e

Browse files
committed
fix cfg
1 parent e7a55a9 commit c29dd0e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
target: [
5050
x86_64-unknown-linux-musl,
5151
i686-unknown-linux-gnu,
52-
i686-unknown-linux-mus,
52+
i686-unknown-linux-musl,
5353
]
5454
steps:
5555
- uses: actions/checkout@v2
@@ -125,7 +125,7 @@ jobs:
125125
x86_64-unknown-cloudabi,
126126
x86_64-unknown-uefi,
127127
x86_64-unknown-hermit,
128-
x86_64-unknown-l4re-uclibc,
128+
#x86_64-unknown-l4re-uclibc,
129129
x86_64-uwp-windows-gnu,
130130
x86_64-wrs-vxworks,
131131
]

0 commit comments

Comments
 (0)