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