From 987708de682d8e80f48e623b88be3141a9fe58e5 Mon Sep 17 00:00:00 2001 From: Mike Lang Date: Sun, 4 Sep 2022 17:17:57 +1000 Subject: [PATCH] github actions: check out submodules when building --- .github/workflows/main.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index d9d8939..c198daf 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -38,6 +38,8 @@ jobs: steps: - name: Check out repo uses: actions/checkout@v2 + with: + submodules: recursive - name: Log into ghcr.io uses: docker/login-action@v1