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 30fd2e9 commit fab95c3
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,12 @@ jobs:
wget ${{ matrix.ghidra-release-url }} -O ./tmp/ghidra.zip
unzip ./tmp/ghidra.zip -d ./tmp/ghidra
mv ./tmp/ghidra/$(ls ./tmp/ghidra) ./tmp/ghidra/ghidra_PUBLIC
ls ./tmp/ghidra
- name: Download Ghidra Windows
if : ${{ matrix.os == 'windows-2019' }}
shell: pwsh
run: |
Invoke-WebRequest -URI "${{ matrix.ghidra-release-url }}" -OutFile "./tmp/ghidra.zip"
mkdir ./tmp/ghidra
tar -xf .\tmp\ghidra.zip -C .\tmp\ghidra
Rename-Item -Path "./tmp/ghidra/$((Get-ChildItem -Path "./tmp/ghidra").BaseName)" -NewName "ghidra_PUBLIC"
(Get-ChildItem -Path "./tmp/ghidra").BaseName

0 comments on commit fab95c3

Please sign in to comment.