Skip to content

Commit

Permalink
fix codeql-analysis: update submodules before build
Browse files Browse the repository at this point in the history
  • Loading branch information
yeggor committed Dec 20, 2023
1 parent 1edc232 commit ac8d89a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ jobs:
IDA_SDK: ${{ secrets.DOWNLOAD_LINK_IDA_SDK }}
PASSWORD: ${{ secrets.ZIP_PASSWORD }}
run: |
git submodule update --init --recursive
cd ..
curl -J -L "$IDA_SDK" -o idasdk83.zip
unzip -P $PASSWORD idasdk83.zip
Expand Down

0 comments on commit ac8d89a

Please sign in to comment.