Skip to content

Commit

Permalink
github actions: recursive checkout of gotm submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
jornbr committed Nov 12, 2023
1 parent a752dc7 commit e087bfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/fabm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ jobs:
repository: gotm-model/code
ref: v6.0
path: gotm
submodules: true
submodules: recursive
- name: Build
run: |
cmake -S src/drivers/0d -B build -DGOTM_BASE=gotm -DFABM_USE_NetCDF=OFF
Expand Down

0 comments on commit e087bfa

Please sign in to comment.