Skip to content

Commit

Permalink
update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-hunhoff committed Jan 26, 2024
1 parent 2b2e8e0 commit 5815c7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,4 @@ jobs:
tar -xf .\tmp\ghidra.zip -C .\tmp\ghidra
Rename-Item -Path "./tmp/ghidra/$((Get-ChildItem -Path "./tmp/ghidra").BaseName)" -NewName "ghidra_PUBLIC"
- name: Build Ghidrathon
run: gradle -PGHIDRA_INSTALL_DIR=./tmp/ghidra/ghidra_PUBLIC
run: gradle -PGHIDRA_INSTALL_DIR=${{ GITHUB_WORKSPACE }}/tmp/ghidra/ghidra_PUBLIC

0 comments on commit 5815c7a

Please sign in to comment.