From 1662477d20be70edce36ae691f21c52e3ee49061 Mon Sep 17 00:00:00 2001 From: Simon Pribylski Date: Wed, 13 Mar 2024 20:15:29 +0100 Subject: [PATCH] action: update submodules --- .gitea/workflows/ubuntu.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitea/workflows/ubuntu.yaml b/.gitea/workflows/ubuntu.yaml index 0c2357d..b3c6beb 100644 --- a/.gitea/workflows/ubuntu.yaml +++ b/.gitea/workflows/ubuntu.yaml @@ -10,6 +10,9 @@ jobs: - name: Check out repository code uses: actions/checkout@v3 + - name: "Clone submodule" + run: "git submodule update --init" + - name: Prepare XMake uses: xmake-io/github-action-setup-xmake@v1 with: