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 a218c64 commit f00b4b0
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 @@ -49,8 +49,8 @@ jobs:
- name: Building in Linux
if: ${{ startsWith(matrix.os, 'ubuntu') }}
env:
- CC: clang-15
- CXX: clang-15++
CC: clang-15
CXX: clang-15++
run: sh build.sh

## macOS ##
Expand Down

0 comments on commit f00b4b0

Please sign in to comment.