We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7a55a9 commit c29dd0eCopy full SHA for c29dd0e
1 file changed
.github/workflows/tests.yml
@@ -49,7 +49,7 @@ jobs:
49
target: [
50
x86_64-unknown-linux-musl,
51
i686-unknown-linux-gnu,
52
- i686-unknown-linux-mus,
+ i686-unknown-linux-musl,
53
]
54
steps:
55
- uses: actions/checkout@v2
@@ -125,7 +125,7 @@ jobs:
125
x86_64-unknown-cloudabi,
126
x86_64-unknown-uefi,
127
x86_64-unknown-hermit,
128
- x86_64-unknown-l4re-uclibc,
+ #x86_64-unknown-l4re-uclibc,
129
x86_64-uwp-windows-gnu,
130
x86_64-wrs-vxworks,
131
0 commit comments