Skip to content

Commit c9c26eb

Browse files
committed
weird quotes gha behavior
1 parent 39518c1 commit c9c26eb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/cmake.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ jobs:
3232
-DMPIEXEC_PREFLAGS='--bind-to;none;--allow-run-as-root'
3333
-DENABLE_FORTRAN=ON
3434
-DCMAKE_INSTALL_PREFIX=${{github.workspace}}/installed
35-
-DWITH_MAX_AM="3;2"
36-
-DWITH_ERI_MAX_AM="2;2"
37-
-DWITH_ERI3_MAX_AM="3;2"
35+
-DWITH_MAX_AM=3;2
36+
-DWITH_ERI_MAX_AM=2;2
37+
-DWITH_ERI3_MAX_AM=3;2
3838
-DENABLE_ERI=1
3939
-DENABLE_ERI3=1
4040
-DENABLE_ONEBODY=1

0 commit comments

Comments
 (0)