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:
|
||||
- os: ubuntu-latest
|
||||
name: Linux x86_64
|
||||
target: x86_64-unknown-linux-gnu
|
||||
target: x86_64-unknown-linux-musl
|
||||
cross: false
|
||||
strip: true
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user