chore(check): change linux x86 target to gnu
This commit is contained in:
parent
242fafc97f
commit
3311e623a3
4
.github/workflows/check.yml
vendored
4
.github/workflows/check.yml
vendored
@ -10,14 +10,14 @@ jobs:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
target:
|
||||
- x86_64-unknown-linux-musl
|
||||
- x86_64-unknown-linux-gnu
|
||||
- x86_64-unknown-netbsd
|
||||
- armv7-unknown-linux-gnueabihf
|
||||
|
||||
include:
|
||||
- os: ubuntu-latest
|
||||
name: Linux x86_64
|
||||
target: x86_64-unknown-linux-musl
|
||||
target: x86_64-unknown-linux-gnu
|
||||
cross: false
|
||||
strip: true
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user