Skip to content

Commit

Permalink
fix ci again
Browse files Browse the repository at this point in the history
  • Loading branch information
burhanr13 committed Jun 7, 2024
1 parent 7bb08ed commit 0755936
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/install-patcherex2/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ runs:
cd $HOME
wget https://github.com/NationalSecurityAgency/ghidra/releases/download/Ghidra_11.0.3_build/ghidra_11.0.3_PUBLIC_20240410.zip
unzip ghidra_11.0.3_PUBLIC_20240410.zip
echo GHIDRA_INSTALL_DIR=$PWD/ghidra_11.0.3_PUBLIC_20240410 >> $GITHUB_ENV
echo GHIDRA_INSTALL_DIR=$PWD/ghidra_11.0.3_PUBLIC >> $GITHUB_ENV
- name: Install Patcherex2
shell: bash
run: |
Expand Down

0 comments on commit 0755936

Please sign in to comment.