disable windows target

This commit is contained in:
DecDuck
2024-10-08 21:38:53 +11:00
parent 8e9902137a
commit 7c19702c40
2 changed files with 2 additions and 3 deletions

View File

@ -7,7 +7,7 @@ stages:
matrix: matrix:
- TARGET: - TARGET:
- x86_64-unknown-linux-gnu - x86_64-unknown-linux-gnu
- x86_64-pc-windows-msvc # - x86_64-pc-windows-msvc
build: build:
stage: build stage: build

View File

@ -8,8 +8,7 @@
"triples": { "triples": {
"defaults": false, "defaults": false,
"additional": [ "additional": [
"x86_64-unknown-linux-gnu", "x86_64-unknown-linux-gnu"
"x86_64-pc-windows-msvc"
] ]
} }
}, },