Skip to content

Commit

Permalink
#0: skip release build on GH runners, we already test it via build ar…
Browse files Browse the repository at this point in the history
…tifacts
  • Loading branch information
TT-billteng committed Jun 11, 2024
1 parent 67905d7 commit c0978b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
build-lib:
strategy:
matrix:
type: [ Debug, Release, RelWithDebInfo ]
type: [ Debug, RelWithDebInfo ]
arch: [grayskull, wormhole_b0, blackhole]
os: [ubuntu-20.04]
env:
Expand Down

0 comments on commit c0978b7

Please sign in to comment.