Skip to content

Commit

Permalink
git: Checkout correct repositories in plugin test CI
Browse files Browse the repository at this point in the history
  • Loading branch information
WerWolv committed Jun 30, 2024
1 parent a30cce4 commit 71880ad
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,6 @@ jobs:
- name: 🧰 Checkout ImHex
uses: actions/checkout@v4
with:
submodules: recursive
path: imhex

- name: 🟦 Install msys2
Expand All @@ -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

Expand Down

0 comments on commit 71880ad

Please sign in to comment.