From 8a3f443d8561ceffd05dbfeec0b7a1ec112e858b Mon Sep 17 00:00:00 2001 From: DJMrTV Date: Sun, 2 Feb 2025 12:01:14 +0100 Subject: [PATCH] fix(meta): add cloning with submodules --- .github/workflows/build.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0b649d2..250eaab 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -14,9 +14,10 @@ jobs: build: runs-on: self-hosted steps: - - name: Checkout Repository + - name: Checkout Repository And Submodules uses: actions/checkout@v4 - + with: + submodules: recursive - name: Setup Rust run: curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -q -y