Skip to content

Commit

Permalink
27 create base socket class (#29)
Browse files Browse the repository at this point in the history
* create base socket class

* fix windows build

* fix cppcheck
  • Loading branch information
martelkr authored Nov 30, 2023
1 parent 984d66e commit 99dfd60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cppcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- uses: actions/checkout@v3

- name: Install cppcheck
run: yum install cppcheck -y
run: apt install cppcheck -y


- name: cppcheck
Expand Down

0 comments on commit 99dfd60

Please sign in to comment.