From d280b78ca1d558268662484427c99e620ff10405 Mon Sep 17 00:00:00 2001 From: "Vandenplas, Jeremie" <jeremie.vandenplas@gmail.com> Date: Thu, 26 Mar 2020 20:28:40 +0100 Subject: [PATCH] adapt_CI: correction to avoid RANK>4 in Github actions --- .github/workflows/CI.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 81d58d772..39f79e394 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -73,7 +73,7 @@ jobs: - name: Test in-tree builds if: contains( matrix.gcc_v, '9') # Only test one compiler on each platform run: | - cmake . + cmake -DCMAKE_MAXIMUM_RANK=4 . cmake --build . cmake --build . --target test