Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 6e9e91c

Browse files
committed
Update CI workflow files
1 parent 7c1e9c9 commit 6e9e91c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

‎.github/workflows/CI.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
run: >-
6363
cmake -Wdev
6464
-DCMAKE_BUILD_TYPE=Release
65-
-DCMAKE_MAXIMUM_RANK=4
65+
-DCMAKE_MAXIMUM_RANK:String=4
6666
-DCMAKE_INSTALL_PREFIX=$PWD/_dist
6767
-S . -B build
6868
@@ -179,7 +179,7 @@ jobs:
179179
run: >-
180180
cmake -Wdev
181181
-DCMAKE_BUILD_TYPE=Release
182-
-DCMAKE_MAXIMUM_RANK=4
182+
-DCMAKE_MAXIMUM_RANK:String=4
183183
-DCMAKE_INSTALL_PREFIX=$PWD/_dist
184184
-S . -B build
185185

‎.github/workflows/ci_windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
-B build
6565
-DCMAKE_BUILD_TYPE=Debug
6666
-DCMAKE_Fortran_FLAGS_DEBUG="-Wall -Wextra -Wimplicit-interface -fPIC -g -fcheck=all -fbacktrace"
67-
-DCMAKE_MAXIMUM_RANK=4
67+
-DCMAKE_MAXIMUM_RANK:String=4
6868
-DCMAKE_INSTALL_PREFIX=$PWD/_dist
6969
env:
7070
FC: gfortran

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /