From 10b0f5635254d7bf08509138065a5abb25da6923 Mon Sep 17 00:00:00 2001 From: Alex Janka Date: Sat, 20 Jan 2024 20:36:27 +1100 Subject: [PATCH] submodule checkout --- .gitea/workflows/deb.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitea/workflows/deb.yaml b/.gitea/workflows/deb.yaml index 5fa6403..2a16364 100644 --- a/.gitea/workflows/deb.yaml +++ b/.gitea/workflows/deb.yaml @@ -12,6 +12,8 @@ jobs: steps: - name: Check out repository code uses: actions/checkout@v3 + - name: Checkout submodules + run: git submodule update --init --recursive - name: Build .deb run: "cargo deb --target=aarch64-unknown-linux-gnu" - name: Add .deb to apt repository