Build only for release

This commit is contained in:
Leroy Hopson 2024-02-13 23:09:04 +13:00
parent 969c20197a
commit c8ff3aa87d
No known key found for this signature in database
GPG key ID: D2747312A6DB51AA

View file

@ -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