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: I09edc0f7c86c82743be4e247abba792f14bc06f1
  • Loading branch information
cblichmann authored and copybara-github committed Aug 2, 2024
1 parent 807e375 commit 633f472
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
run: |
cmake "${{ github.workspace }}" -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 633f472

Please sign in to comment.