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 63b7d50 commit 08e51a7
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ jobs:
os: ['ubuntu-22.04']
mode: ['release', 'debug']
runs-on: ${{ matrix.os }}
env:
- BUILD_MODE: ${{ matrix.mode }}
steps:
- name: Checking out the repo
uses: actions/checkout@v4
Expand Down Expand Up @@ -51,8 +49,9 @@ jobs:
- name: Building in Linux
if: ${{ startsWith(matrix.os, 'ubuntu') }}
env:
CC: clang-15
CXX: clang-15++
- BUILD_MODE: ${{ matrix.mode }}
- CC: clang-15
- CXX: clang-15++
run: sh build.sh

## macOS ##
Expand Down

0 comments on commit 08e51a7

Please sign in to comment.