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 2c9702b commit a1905f2Copy full SHA for a1905f2
.github/workflows/pika.yml
@@ -247,8 +247,6 @@ jobs:
247
248
- name: Configure CMake
249
run: |
250
- brew list
251
- cd / && find . -name gflags
252
export CC=/usr/local/opt/gcc@10/bin/gcc-10
253
cmake -B build -DCMAKE_C_COMPILER=/usr/local/opt/gcc@10/bin/gcc-10 -DUSE_PIKA_TOOLS=ON -DCMAKE_BUILD_TYPE=${{ env.BUILD_TYPE }} -DCMAKE_CXX_FLAGS_DEBUG=-fsanitize=address
254
0 commit comments