fix(check): correct wrong target name

This commit is contained in:
Adrian Groh 2023-02-17 14:07:06 +01:00
parent 2e9f0f3105
commit 6eb7c7d0e8
Signed by: Gobidev
GPG Key ID: 3AA3153E98B0D771

View File

@ -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