Skip to content

Commit

Permalink
Update build to reflect dev environment
Browse files Browse the repository at this point in the history
  • Loading branch information
Martmists-GH committed Jan 5, 2024
1 parent 4eea4d4 commit ea2993d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
ghidra: [ "10.1.5" ]
ghidra: [ "11.0" ]
steps:
- uses: actions/checkout@v2
- name: Set up JDK 11
uses: actions/setup-java@v2
with:
java-version: 11
java-version: 17
distribution: 'adopt'
- uses: er28-0652/setup-ghidra@master
with:
Expand Down

0 comments on commit ea2993d

Please sign in to comment.