Skip to content

Commit

Permalink
try alternative syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
radj307 committed Mar 4, 2024
1 parent 1611dda commit 16ba047
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/MakeRelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,8 @@ jobs:
- name: CMake Configure
run: cmake -B build -DCMAKE_BUILD_TYPE=Release -G Ninja
env:
CC: $(brew --prefix llvm@15)/bin/clang
CXX: $(brew --prefix llvm@15)/bin/clang++
CC: clang-15
CXX: clang++-15

- name: CMake Build
run: cmake --build build --config Release
Expand Down

0 comments on commit 16ba047

Please sign in to comment.