Skip to content

Commit

Permalink
GHA: no more submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
petersteneteg authored Dec 4, 2024
1 parent 23cf4f1 commit f247052
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/modules.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ jobs:
uses: actions/checkout@v4
with:
path: modules
submodules: true
submodules: false

- name: "Clone Inviwo"
uses: actions/checkout@v4
Expand Down Expand Up @@ -223,7 +223,7 @@ jobs:
uses: actions/checkout@v4
with:
path: modules
submodules: true
submodules: false

- name: "Clone Inviwo"
uses: actions/checkout@v4
Expand Down Expand Up @@ -321,7 +321,7 @@ jobs:
uses: actions/checkout@v4
with:
path: modules
submodules: true
submodules: false

- name: "Clone Inviwo"
uses: actions/checkout@v4
Expand Down

0 comments on commit f247052

Please sign in to comment.