Skip to content

Commit

Permalink
Update GHA & build script: set build mode from matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
ibressler committed Jun 20, 2024
1 parent 95f1953 commit c0d64f6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
- env: BUILD_MODE=release
- env: BUILD_MODE=debug
runs-on: ${{ matrix.os }}
env: ${{ matrix.env.BUILD_MODE }}
steps:
- name: Checking out the repo
uses: actions/checkout@v4
Expand Down

0 comments on commit c0d64f6

Please sign in to comment.