Skip to content

Commit 17e5c96

Browse files
committed
Bump test ghidra version to 11.1.2
1 parent e3b8eb6 commit 17e5c96

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/integration_test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
uses: er28-0652/[email protected]
2828
if: steps.cache.outputs.cache-hit != 'true'
2929
with:
30-
version: '10.4'
30+
version: '11.1.2'
3131
- name: Download Z3
3232
uses: pavpanchekha/[email protected]
3333
if: steps.cache.outputs.cache-hit != 'true'
@@ -39,7 +39,7 @@ jobs:
3939
if: steps.cache.outputs.cache-hit == 'true'
4040
run: |
4141
echo "CPATH=/opt/hostedtoolcache/z3/4.8.15/x64/z3-4.8.15-x64-glibc-2.31/include" >> $GITHUB_ENV
42-
echo "GHIDRA_INSTALL_DIR=/opt/hostedtoolcache/ghidra/10.4/x64" >> $GITHUB_ENV
42+
echo "GHIDRA_INSTALL_DIR=/opt/hostedtoolcache/ghidra/11.1.2/x64" >> $GITHUB_ENV
4343
- name: Setup Z3
4444
run: |
4545
cp $CPATH/../bin/com.microsoft.z3.jar $GITHUB_WORKSPACE/lib/com.microsoft.z3.jar

.github/workflows/unittest.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
uses: er28-0652/[email protected]
2828
if: steps.cache.outputs.cache-hit != 'true'
2929
with:
30-
version: '10.4'
30+
version: '11.1.2'
3131
- name: Download Z3
3232
uses: pavpanchekha/[email protected]
3333
if: steps.cache.outputs.cache-hit != 'true'
@@ -39,7 +39,7 @@ jobs:
3939
if: steps.cache.outputs.cache-hit == 'true'
4040
run: |
4141
echo "CPATH=/opt/hostedtoolcache/z3/4.8.15/x64/z3-4.8.15-x64-glibc-2.31/include" >> $GITHUB_ENV
42-
echo "GHIDRA_INSTALL_DIR=/opt/hostedtoolcache/ghidra/10.4/x64" >> $GITHUB_ENV
42+
echo "GHIDRA_INSTALL_DIR=/opt/hostedtoolcache/ghidra/11.1.2/x64" >> $GITHUB_ENV
4343
- name: Setup Z3
4444
run: |
4545
cp $CPATH/../bin/com.microsoft.z3.jar $GITHUB_WORKSPACE/lib/com.microsoft.z3.jar

0 commit comments

Comments
 (0)