mirror of
https://github.com/lihop/godot-xterm.git
synced 2024-11-10 04:40:25 +01:00
Build only for release
This commit is contained in:
parent
969c20197a
commit
c8ff3aa87d
1 changed files with 2 additions and 2 deletions
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
|
@ -39,7 +39,7 @@ jobs:
|
|||
fail-fast: false
|
||||
matrix:
|
||||
arch: [x86_64, x86_32]
|
||||
target: [release, debug]
|
||||
target: [release]
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
|
@ -80,7 +80,7 @@ jobs:
|
|||
fail-fast: false
|
||||
matrix:
|
||||
platform: [web, macos, windows]
|
||||
target: [release, debug]
|
||||
target: [release]
|
||||
bits: [64, 32]
|
||||
exclude:
|
||||
- platform: web
|
||||
|
|
Loading…
Reference in a new issue