ci: don't specify -gnu on test triple
parent
8f46d114c0
commit
b0f95263fc
|
|
@ -8,8 +8,8 @@ jobs:
|
||||||
os: [ubuntu-latest]
|
os: [ubuntu-latest]
|
||||||
|
|
||||||
target: [
|
target: [
|
||||||
aarch64-linux-gnu,
|
aarch64-linux,
|
||||||
x86_64-linux-gnu,
|
x86_64-linux,
|
||||||
# No windows support currently.
|
# No windows support currently.
|
||||||
# i386-windows,
|
# i386-windows,
|
||||||
# x86_64-windows-gnu,
|
# x86_64-windows-gnu,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue