From 7a744f8029436106ea64b56cd7072bcd0b4efd0d Mon Sep 17 00:00:00 2001 From: WerWolv Date: Tue, 31 Dec 2024 20:39:49 +0100 Subject: [PATCH] Properly checkout submodule in CI --- .github/workflows/main.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 4aeba94..50fe2cc 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -7,6 +7,8 @@ jobs: steps: - name: Checkout code uses: actions/checkout@v4 + with: + submodules: true - name: Build with meson run: | pip install meson @@ -25,6 +27,8 @@ jobs: steps: - name: Checkout code uses: actions/checkout@v4 + with: + submodules: true - name: Build with meson run: | pip install meson @@ -43,6 +47,8 @@ jobs: steps: - name: Checkout code uses: actions/checkout@v4 + with: + submodules: true - name: Build with meson run: | pip install meson