Skip to content

Commit

Permalink
Update GHA & build script: test build mode
Browse files Browse the repository at this point in the history
  • Loading branch information
ibressler committed Jun 20, 2024
1 parent 4ac4f09 commit a218c64
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,8 @@ jobs:
# convert this to a matrix if builds differ between platforms
strategy:
matrix:
os: ['ubuntu-22.04']
mode:
- env: BUILD_MODE=release
- env: BUILD_MODE=debug
os: [ubuntu-22.04,]
mode: [release, debug]
runs-on: ${{ matrix.os }}
steps:
- name: Checking out the repo
Expand Down

0 comments on commit a218c64

Please sign in to comment.