Skip to content

Commit

Permalink
Build only for release
Browse files Browse the repository at this point in the history
  • Loading branch information
lihop committed Feb 13, 2024
1 parent 969c201 commit c8ff3aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -80,7 +80,7 @@ jobs:
fail-fast: false
matrix:
platform: [web, macos, windows]
target: [release, debug]
target: [release]
bits: [64, 32]
exclude:
- platform: web
Expand Down

0 comments on commit c8ff3aa

Please sign in to comment.