Skip to content

Commit ec1f977

Browse files
committed
ci: fix
1 parent c47e825 commit ec1f977

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/example.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- uses: actions/checkout@v4
1414

1515
- name: install g++
16-
run: sudo apt install -y g++ cppcheck clang++
16+
run: sudo apt install -y g++ cppcheck
1717

1818
- name: run build, test and fuzz test
1919
run: |

0 commit comments

Comments
 (0)