From 85a16f9976253efadbf822bc2fb252028bcab1e9 Mon Sep 17 00:00:00 2001 From: Dany LE Date: Wed, 17 Jul 2024 10:42:12 +0200 Subject: [PATCH] Update build-bin.yml --- .gitea/workflows/build-bin.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitea/workflows/build-bin.yml b/.gitea/workflows/build-bin.yml index d065914..cc22fe4 100644 --- a/.gitea/workflows/build-bin.yml +++ b/.gitea/workflows/build-bin.yml @@ -12,6 +12,8 @@ jobs: steps: - name: Check out repository code uses: actions/checkout@v4 + - name: Update submodule + run: git submodule update --init - name: Building binaries for platform - ${{ inputs.platform }} run: | mkdir build