Skip to content

Commit 0f89658

Browse files
committed
removed requirement
1 parent 12509bb commit 0f89658

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

.github/workflows/cmake.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,9 @@ jobs:
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

.gitmodules

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@
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

external/CppUtilities

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)