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 e8df89c commit 05a47f7Copy full SHA for 05a47f7
.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 -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=gfortran-${{ matrix.version }} -DGOTM_USE_FABM=ON -DGOTM_USE_NetCDF=OFF ${{ matrix.cmake_args }}
38
conda-forge:
39
strategy:
40
fail-fast: false
0 commit comments