Skip to content

Commit

Permalink
Sync the mp and non-mp checkouts
Browse files Browse the repository at this point in the history
Submodules weren't being included in mp builds
  • Loading branch information
graveland committed Nov 27, 2024
1 parent a120a1b commit 11bc24c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,9 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
submodules: true
token: ${{ secrets.API_TOKEN_GITHUB }}

- name: Docker meta
id: meta
Expand Down

0 comments on commit 11bc24c

Please sign in to comment.