Skip to content

Commit

Permalink
Use Ghidra 10.2.2 in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Gekkio committed Nov 16, 2022
1 parent 82914ca commit c135665
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ jobs:
name: Build + test
runs-on: ubuntu-latest
env:
GHIDRA_VERSION: "10.2.1"
GHIDRA_BUILD_DATE: 20221110
GHIDRA_SHA256: f683cfbb583641d27f9dca3c1a59b4172ecd10155d8771bbb28a2e0eaa7c80bb
GHIDRA_VERSION: "10.2.2"
GHIDRA_BUILD_DATE: 20221115
GHIDRA_SHA256: feb8a795696b406ad075e2c554c80c7ee7dd55f0952458f694ea1a918aa20ee3
GHIDRA_INSTALL_DIR: /home/runner/ghidra
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit c135665

Please sign in to comment.