Skip to content

Commit

Permalink
ci: update setup-ghidra (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
antoniovazquezblanco authored Jun 15, 2024
1 parent dcb6f64 commit 19edf2c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
ghidra: [ '11.0.3', '11.1' ]
ghidra: [ '11.0.3', '11.1', '11.1.1' ]
steps:
- name: Checkout
uses: actions/checkout@v3
Expand All @@ -18,7 +18,7 @@ jobs:
distribution: temurin
cache: gradle
- name: Setup Ghidra
uses: er28-0652/setup-ghidra@0.0.6
uses: antoniovazquezblanco/setup-ghidra@v1.2.4
with:
version: ${{ matrix.ghidra }}
- name: Build Extension
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
ghidra: [ '11.0.3', '11.1' ]
ghidra: [ '11.0.3', '11.1', '11.1.1' ]
steps:
- name: Checkout
uses: actions/checkout@v3
Expand All @@ -24,7 +24,7 @@ jobs:
distribution: temurin
cache: gradle
- name: Setup Ghidra
uses: er28-0652/setup-ghidra@0.0.6
uses: antoniovazquezblanco/setup-ghidra@v1.2.4
with:
version: ${{ matrix.ghidra }}
- name: Build Extension
Expand Down

0 comments on commit 19edf2c

Please sign in to comment.