Skip to content

Commit d280b78

Browse files
committed
adapt_CI: correction to avoid RANK>4 in Github actions
1 parent bdd15c8 commit d280b78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
- name: Test in-tree builds
7474
if: contains( matrix.gcc_v, '9') # Only test one compiler on each platform
7575
run: |
76-
cmake .
76+
cmake -DCMAKE_MAXIMUM_RANK=4 .
7777
cmake --build .
7878
cmake --build . --target test
7979

0 commit comments

Comments
 (0)