Skip to content

Commit

Permalink
Use Ghidra 10.0.1 in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Gekkio committed Jul 28, 2021
1 parent cec9b4c commit a303563
Show file tree
Hide file tree
Showing 2 changed files with 7 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.0"
GHIDRA_BUILD_DATE: 20210621
GHIDRA_SHA256: aaf84d14fb059beda10de9056e013186601962b6f87cd31161aaac57698a0f11
GHIDRA_VERSION: "10.0.1"
GHIDRA_BUILD_DATE: 20210708
GHIDRA_SHA256: 9b68398fcc4c2254a3f8ff231c4e8b2ac75cc8105f819548c7eed3997f8c5a5d
GHIDRA_INSTALL_DIR: /home/runner/ghidra
steps:
- uses: actions/checkout@v2
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## [Unreleased]

### Changed

- Build with Ghidra 10.0.1

## 20210630 - 2021-06-30

### Changed
Expand Down

0 comments on commit a303563

Please sign in to comment.