Skip to content

Commit

Permalink
Check out submodules in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Nopey committed Jan 4, 2025
1 parent b8e2471 commit a842f5a
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/compilation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ jobs:

steps:
- uses: actions/checkout@v4
with:
submodules: true

- name: Install dependencies
uses: Eeems-Org/[email protected]
Expand Down Expand Up @@ -111,6 +113,8 @@ jobs:
core.exportVariable('ACTIONS_CACHE_URL', process.env.ACTIONS_CACHE_URL || '');
core.exportVariable('ACTIONS_RUNTIME_TOKEN', process.env.ACTIONS_RUNTIME_TOKEN || '');
- uses: actions/checkout@v4
with:
submodules: true
- name: Check out VCPKG
# must be checked out *after* openomf.git
uses: actions/checkout@v4
Expand Down Expand Up @@ -186,6 +190,8 @@ jobs:

steps:
- uses: actions/checkout@v4
with:
submodules: true

- name: Install Ubuntu Dependencies
uses: Eeems-Org/[email protected]
Expand Down Expand Up @@ -269,6 +275,8 @@ jobs:

steps:
- uses: actions/checkout@v4
with:
submodules: true

- name: Install Mac Dependencies
run: |
Expand Down Expand Up @@ -332,6 +340,9 @@ jobs:

steps:
- uses: actions/checkout@v4
with:
# mingw does not build languages
submodules: false

- name: Install apt Dependencies
uses: Eeems-Org/[email protected]
Expand Down

0 comments on commit a842f5a

Please sign in to comment.