We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08f1678 commit d17c47bCopy full SHA for d17c47b
.github/workflows/macos-arm64.yml
@@ -17,7 +17,7 @@ jobs:
17
- name: Configure
18
run: cmake -S . -B build -DCMAKE_BUILD_TYPE=Release -DRPP_TEST=ON
19
env:
20
- CXX: /usr/local/opt/llvm/bin/clang++
+ CXX: clang++
21
- name: Build
22
run: cmake --build build -- -j
23
- name: Test
0 commit comments