We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a8b370 commit eb80feeCopy full SHA for eb80fee
.github/workflows/tests.yml
@@ -42,3 +42,9 @@ jobs:
42
run: |
43
mkdir ./.github/ghidra
44
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