Skip to content
This repository was archived by the owner on Apr 17, 2026. It is now read-only.

Commit 5815c7a

Browse files
committed
update test.yml
1 parent 2b2e8e0 commit 5815c7a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,4 +54,4 @@ jobs:
5454
tar -xf .\tmp\ghidra.zip -C .\tmp\ghidra
5555
Rename-Item -Path "./tmp/ghidra/$((Get-ChildItem -Path "./tmp/ghidra").BaseName)" -NewName "ghidra_PUBLIC"
5656
- name: Build Ghidrathon
57-
run: gradle -PGHIDRA_INSTALL_DIR=./tmp/ghidra/ghidra_PUBLIC
57+
run: gradle -PGHIDRA_INSTALL_DIR=${{ GITHUB_WORKSPACE }}/tmp/ghidra/ghidra_PUBLIC

0 commit comments

Comments
 (0)