Skip to content

Commit

Permalink
CI: main: Fix ghidra version printing
Browse files Browse the repository at this point in the history
  • Loading branch information
antoniovazquezblanco committed Dec 31, 2023
1 parent fe739c0 commit e888dff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,13 @@ jobs:
distribution: 'temurin'
java-version: '17'

- name: Install Ghidra ${{ matrix.version }}
- name: Install Ghidra ${{ matrix.ghidra }}
uses: antoniovazquezblanco/[email protected]
with:
auth_token: ${{ secrets.GITHUB_TOKEN }}
version: ${{ matrix.ghidra }}

- name: Build the extension for Ghidra ${{ matrix.version }}
- name: Build the extension for Ghidra ${{ matrix.ghidra }}
uses: gradle/[email protected]
with:
gradle-version: 7.3
Expand Down

0 comments on commit e888dff

Please sign in to comment.