We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 490c0f5 commit 4b287fdCopy full SHA for 4b287fd
1 file changed
.github/workflows/build.yml
@@ -31,7 +31,7 @@ jobs:
31
- name: export
32
run: export CRAYPE_LINK_TYPE=dynamic
33
- name: Generate build system
34
- run: cmake .
+ run: cmake -S . -B build
35
- name: Build
36
- run: cmake --build .
+ run: cmake --build build --verbose
37
0 commit comments