Skip to content

Commit eb80fee

Browse files
committed
update test.yml
1 parent 7a8b370 commit eb80fee

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/tests.yml

+6
Original file line numberDiff line numberDiff line change
@@ -42,3 +42,9 @@ jobs:
4242
run: |
4343
mkdir ./.github/ghidra
4444
wget ${{ matrix.ghidra-release-url }} -O ./.github/ghidra/ghidra.zip
45+
- name: Download Ghidra Windows
46+
if : ${{ matrix.os == 'windows-2019' }}
47+
shell: pwsh
48+
run: |
49+
Invoke-WebRequest -URI ${{ matrix.ghidra-release-url }} -OutFile "./.github/ghidra/ghidra.zip"
50+
Expand-Archive -Path "win_flex_bison-2.4.12.zip" -DestinationPath "winflexbison"

0 commit comments

Comments
 (0)