Skip to content

Commit

Permalink
Update GitHub actions to refer to the correct IDA SDK
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 658798195
Change-Id: I9b96c148fc34340d23b2838e0be2e2b6eb9f8fed
  • Loading branch information
cblichmann authored and copybara-github committed Aug 2, 2024
1 parent 6786842 commit 5258502
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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
Expand Down

0 comments on commit 5258502

Please sign in to comment.