File tree Expand file tree Collapse file tree 3 files changed +3
-5
lines changed
Expand file tree Collapse file tree 3 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 1414 # Checkout the repository
1515 - uses : actions/checkout@v2
1616
17- # Checkout submodules if necessary
17+ - name : Install requirements
18+ run : apt-get update && apt-get install -y cmake g++ make python3
19+
1820 - name : Checkout Submodules
1921 run : |
2022 python3 $(pwd)/git_to_https.py .gitmodules
Original file line number Diff line number Diff line change 44[submodule "examples/pymodbus_tests/pymodbus "]
55 path = examples/pymodbus_tests/pymodbus
66 url = git@github.com:riptideio/pymodbus.git
7- [submodule "lib/CppUtilities "]
8- path = external/CppUtilities
9- url = git@github.com:snhobbs/CppUtilities
107[submodule "external/googletest "]
118 path = external/googletest
129 url = https://github.com/google/googletest
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments