From 71880ad2adaaf4f397eadf4d178d476dac2a9b51 Mon Sep 17 00:00:00 2001 From: WerWolv Date: Sun, 30 Jun 2024 22:35:15 +0200 Subject: [PATCH] git: Checkout correct repositories in plugin test CI --- .github/workflows/build.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index aad3fa330..3bbc90838 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -132,7 +132,6 @@ jobs: - name: 🧰 Checkout ImHex uses: actions/checkout@v4 with: - submodules: recursive path: imhex - name: 🟦 Install msys2 @@ -148,7 +147,7 @@ jobs: - name: 🧰 Checkout ImHex-Plugin-Template uses: actions/checkout@v4 with: - name: WerWolv/ImHex-Plugin-Template + repository: WerWolv/ImHex-Plugin-Template submodules: recursive path: template