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 94cec0e commit 0726053Copy full SHA for 0726053
.github/workflows/test_and_release.yml
@@ -27,7 +27,7 @@ jobs:
27
# run: cmake --find-package -DNAME=MPI -DCOMPILER_ID=GNU -DLANGUAGE=C -DMODE=EXIST --debug-output
28
29
- name: Configure CMake
30
- run: cmake -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}} -DCOMPILER_ID=GNU -DLANGUAGE=C --debug-output
+ run: cmake -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}} --debug-output
31
32
- name: Build
33
run: cmake --build ${{github.workspace}}/build --config ${{env.BUILD_TYPE}}
0 commit comments