Skip to content

Commit 610a14b

Browse files
committed
Remove macos from workflow for now
1 parent 05b385b commit 610a14b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cmake-multi-platform.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
-DCMAKE_C_COMPILER=${{ matrix.c_compiler }}
7272
-DCMAKE_Fortran_COMPILER=${{ matrix.f_compiler }}
7373
-DGOTM_USE_NetCDF=OFF
74-
-DGOTM_USE_FABM=ON -DFABM_EXTRA_INSTITUTES=OXYPOM -DFABM_OXYPOM_BASE=${{ github.workspace }}/src
74+
-DGOTM_USE_FABM=ON -DFABM_INSTITUTES=OXYPOM -DFABM_OXYPOM_BASE=${{ github.workspace }}/src
7575
7676
- name: Make
7777
run: make -C ${{ steps.strings.outputs.build-output-dir }}

0 commit comments

Comments
 (0)