Skip to content

Commit

Permalink
git: Checkout ImHex main repo in plugin template test runner
Browse files Browse the repository at this point in the history
  • Loading branch information
WerWolv committed Jun 30, 2024
1 parent 08b4f60 commit a30cce4
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,12 @@ jobs:
env:
IMHEX_SDK_PATH: "${{ github.workspace }}/out/sdk"
steps:
- name: 🧰 Checkout ImHex
uses: actions/checkout@v4
with:
submodules: recursive
path: imhex

- name: 🟦 Install msys2
uses: msys2/setup-msys2@v2
with:
Expand All @@ -137,13 +143,14 @@ jobs:
- name: ⬇️ Install dependencies
run: |
set -x
dist/get_deps_msys2.sh
imhex/dist/get_deps_msys2.sh
- name: 🧰 Checkout ImHex-Plugin-Template
uses: actions/checkout@v4
with:
name: WerWolv/ImHex-Plugin-Template
submodules: recursive
path: template

- name: ⬇️ Download artifact
uses: actions/download-artifact@v4
Expand All @@ -154,6 +161,7 @@ jobs:
- name: 🛠️ Build
run: |
set -x
cd template
mkdir -p build
cd build
Expand Down

0 comments on commit a30cce4

Please sign in to comment.