fix(check): correct wrong target name
This commit is contained in:
parent
2e9f0f3105
commit
6eb7c7d0e8
2
.github/workflows/check.yml
vendored
2
.github/workflows/check.yml
vendored
@ -17,7 +17,7 @@ jobs:
|
|||||||
include:
|
include:
|
||||||
- os: ubuntu-latest
|
- os: ubuntu-latest
|
||||||
name: Linux x86_64
|
name: Linux x86_64
|
||||||
target: x86_64-unknown-linux-gnu
|
target: x86_64-unknown-linux-musl
|
||||||
cross: false
|
cross: false
|
||||||
strip: true
|
strip: true
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user