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