File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2626 uses : actions/checkout@v4
2727
2828 - name : Prepare IDA SDK
29- run : git clone --depth 1 https://github.com/HexRaysSA/ida-sdk ida-sdk
29+ run : git clone --depth 1 --recurse-submodules https://github.com/HexRaysSA/ida-sdk ida-sdk
3030
3131 - name : Configure (Linux)
3232 run : cmake -S . -B build -DCMAKE_BUILD_TYPE=Release
5050 uses : actions/checkout@v4
5151
5252 - name : Prepare IDA SDK
53- run : git clone --depth 1 https://github.com/HexRaysSA/ida-sdk ida-sdk
53+ run : git clone --depth 1 --recurse-submodules https://github.com/HexRaysSA/ida-sdk ida-sdk
5454
5555 - name : Configure (macOS)
5656 run : cmake -S . -B build -DCMAKE_BUILD_TYPE=Release
7474 uses : actions/checkout@v4
7575
7676 - name : Prepare IDA SDK
77- run : git clone --depth 1 https://github.com/HexRaysSA/ida-sdk ida-sdk
77+ run : git clone --depth 1 --recurse-submodules https://github.com/HexRaysSA/ida-sdk ida-sdk
7878
7979 - name : Configure (Windows)
8080 run : cmake -S . -B build -A x64
You can’t perform that action at this time.
0 commit comments