mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-14 07:46:12 +03:00
ci: don't specify -gnu on test triple
This commit is contained in:
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
@ -8,8 +8,8 @@ jobs:
|
||||
os: [ubuntu-latest]
|
||||
|
||||
target: [
|
||||
aarch64-linux-gnu,
|
||||
x86_64-linux-gnu,
|
||||
aarch64-linux,
|
||||
x86_64-linux,
|
||||
# No windows support currently.
|
||||
# i386-windows,
|
||||
# x86_64-windows-gnu,
|
||||
|
Reference in New Issue
Block a user