From 5258502a90f1314adf3b5d6bf636b30fec4771cd Mon Sep 17 00:00:00 2001 From: Christian Blichmann Date: Fri, 2 Aug 2024 08:29:44 -0700 Subject: [PATCH] Update GitHub actions to refer to the correct IDA SDK PiperOrigin-RevId: 658798195 Change-Id: I9b96c148fc34340d23b2838e0be2e2b6eb9f8fed --- .github/workflows/cmake.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index e84af13f..ca9ffeab 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -39,7 +39,7 @@ jobs: mv binexport/ida/idasdk/idasdk*.gpg \ ida/idasdk/ binexport/.github/scripts/decrypt_secret.sh - unzip -q "${{ runner.workspace }}/build/idasdk_teams80.zip" \ + unzip -q "${{ runner.workspace }}/build/idasdk_teams82.zip" \ -d "${{ runner.workspace }}/build/" - name: Enable Developer Command Prompt (Windows) @@ -56,7 +56,7 @@ jobs: run: | cmake "${{ github.workspace }}/bindiff" -G Ninja \ "-DCMAKE_BUILD_TYPE=${BUILD_TYPE}" \ - "-DIdaSdk_ROOT_DIR=${{ runner.workspace }}/build/idasdk_teams80" + "-DIdaSdk_ROOT_DIR=${{ runner.workspace }}/build/idasdk_teams82" - name: Build working-directory: ${{ runner.workspace }}/build