We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9429b0b commit e8df89cCopy full SHA for e8df89c
.github/workflows/gotm.yaml
@@ -34,7 +34,7 @@ jobs:
34
35
- name: Build gotm with fabm and oxypom
36
run: |
37
- cmake -B gotm/build -S gotm/src -DCMAKE_Fortran_COMPILER=${{ matrix.f_compiler }} -DGOTM_USE_FABM=ON -DGOTM_USE_NetCDF=OFF ${{ matrix.cmake_args }}
+ cmake -B gotm/build -S gotm -DCMAKE_Fortran_COMPILER=${{ matrix.f_compiler }} -DGOTM_USE_FABM=ON -DGOTM_USE_NetCDF=OFF ${{ matrix.cmake_args }}
38
conda-forge:
39
strategy:
40
fail-fast: false
0 commit comments