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
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
arch: [x86_64, x86_32]
|
arch: [x86_64, x86_32]
|
||||||
target: [release, debug]
|
target: [release]
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
|
@ -80,7 +80,7 @@ jobs:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
platform: [web, macos, windows]
|
platform: [web, macos, windows]
|
||||||
target: [release, debug]
|
target: [release]
|
||||||
bits: [64, 32]
|
bits: [64, 32]
|
||||||
exclude:
|
exclude:
|
||||||
- platform: web
|
- platform: web
|
||||||
|
|
Loading…
Reference in a new issue