From e4a506ea5e1cebee4b8ba687f936095a1805301e Mon Sep 17 00:00:00 2001 From: Joonas Javanainen Date: Wed, 20 Jan 2021 22:22:29 +0200 Subject: [PATCH] Use Ghidra 9.2.2 in CI --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 432e226..52d9d52 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,9 +10,9 @@ jobs: name: Build + test runs-on: ubuntu-latest env: - GHIDRA_VERSION: ghidra_9.2.1_PUBLIC - GHIDRA_BUILD_DATE: 20201215 - GHIDRA_SHA256: cfaeb2b5938dec90388e936f63600ad345d41b509ffed4727142ba9ed44cb5e8 + GHIDRA_VERSION: ghidra_9.2.2_PUBLIC + GHIDRA_BUILD_DATE: 20201229 + GHIDRA_SHA256: 8cf8806dd5b8b7c7826f04fad8b86fc7e07ea380eae497f3035f8c974de72cf8 GHIDRA_INSTALL_DIR: /home/runner/ghidra steps: - uses: actions/checkout@v2