From cecd0ed8673d2bb2102fc269bd7562c1af54674a Mon Sep 17 00:00:00 2001 From: Skittles Date: Sat, 2 May 2026 10:58:06 -0700 Subject: [PATCH] Maybeeeeee --- .gitea/workflows/build.yaml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 5fe700c..508f754 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -10,7 +10,12 @@ jobs: runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v6 - + with: + submodules: 'recursive' + - name: Run vcpkg + uses: lukka/run-vcpkg@v11 + with: + vcpkgDirectory: '${{ gitea.workspace }}/vcpkg' - name: Build # We don't need to set up the environment variable for CMake to see Qt because the install-qt-action # sets up the necessary variables automatically