Skip to content

Commit 4b287fd

Browse files
committed
wip3
1 parent 490c0f5 commit 4b287fd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: export
3232
run: export CRAYPE_LINK_TYPE=dynamic
3333
- name: Generate build system
34-
run: cmake .
34+
run: cmake -S . -B build
3535
- name: Build
36-
run: cmake --build .
36+
run: cmake --build build --verbose
3737

0 commit comments

Comments
 (0)