Skip to content

Commit

Permalink
Update build_extension.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
scribam authored and CreepNT committed Aug 24, 2024
1 parent bdb51d6 commit fbbc814
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/build_extension.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,10 @@ jobs:
strategy:
matrix:
ghidra:
- "11.0"
- "11.1.2"
- "11.0.3"
- "10.4"
- "10.3.3"
- "10.3.2"
- "10.3.1"
- "10.3"

steps:
- uses: actions/checkout@v4
Expand All @@ -30,13 +28,13 @@ jobs:
java-version: '17'

- name: Install Ghidra
uses: antoniovazquezblanco/setup-ghidra@v1.2.0
uses: antoniovazquezblanco/setup-ghidra@v2.0.5
with:
auth_token: ${{ secrets.GITHUB_TOKEN }}
version: ${{ matrix.ghidra }}

- name: Setup Gradle
uses: gradle/[email protected]
uses: gradle/actions/setup-gradle@v3

- name: Update extension properties
run: |
Expand Down

0 comments on commit fbbc814

Please sign in to comment.