Skip to content

Commit 0b97b91

Browse files
Jonathan MoussaJonathan Moussa
authored andcommitted
Fix CMake syntax for the change in shell
1 parent d367930 commit 0b97b91

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/CI.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -368,8 +368,8 @@ jobs:
368368

369369
- name: Configure MOPAC with CMake
370370
run: |
371-
cmake -Bbuild \
372-
-GNinja \
371+
cmake -B build \
372+
-G Ninja \
373373
-DBUILD_BZ=ON \
374374
-DCMAKE_Fortran_COMPILER=ifx \
375375
-DCMAKE_Fortran_FLAGS="/libs:static" \

0 commit comments

Comments
 (0)