Skip to content

Commit 99dfd60

Browse files
authored
27 create base socket class (#29)
* create base socket class * fix windows build * fix cppcheck
1 parent 984d66e commit 99dfd60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cppcheck.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- uses: actions/checkout@v3
1717

1818
- name: Install cppcheck
19-
run: yum install cppcheck -y
19+
run: apt install cppcheck -y
2020

2121

2222
- name: cppcheck

0 commit comments

Comments
 (0)