Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
vaguue authored Nov 12, 2023
1 parent ee84f76 commit 6fbe5be
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,10 @@ jobs:
echo "Current Path - $PATH"
GHIDRAJS_INSTALL_LOCAL=yes npm i
mkdir -p project
ls $HOME/ghidra/${{ matrix.ghidra-folder }}
ls $HOME/ghidra/${{ matrix.ghidra-folder }}/Ghidra
ls $HOME/ghidra/${{ matrix.ghidra-folder }}/Ghidra/Extensions
ls $HOME/ghidra/${{ matrix.ghidra-folder }}/Ghidra/Extensions/Ghidra.js
$HOME/ghidra/${{ matrix.ghidra-folder }}/support/analyzeHeadless ./project/ TestProject -deleteProject -preScript examples/test.js -import examples/exe/yes | tee output.txt
isOk=$(cat output.txt | grep "[*] ok")
[ -z "$isOk" ] && exit 1
Expand Down

0 comments on commit 6fbe5be

Please sign in to comment.