mirror of
https://github.com/Drop-OSS/droplet.git
synced 2025-11-25 22:21:17 +10:00
disable windows target
This commit is contained in:
@ -7,7 +7,7 @@ stages:
|
||||
matrix:
|
||||
- TARGET:
|
||||
- x86_64-unknown-linux-gnu
|
||||
- x86_64-pc-windows-msvc
|
||||
# - x86_64-pc-windows-msvc
|
||||
|
||||
build:
|
||||
stage: build
|
||||
|
||||
@ -8,8 +8,7 @@
|
||||
"triples": {
|
||||
"defaults": false,
|
||||
"additional": [
|
||||
"x86_64-unknown-linux-gnu",
|
||||
"x86_64-pc-windows-msvc"
|
||||
"x86_64-unknown-linux-gnu"
|
||||
]
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user