Skip to content

Commit f7f998b

Browse files
authored
Update c-cpp.yml
1 parent ba08af4 commit f7f998b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/c-cpp.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ jobs:
1313

1414
steps:
1515
- uses: actions/checkout@v2
16+
- name: apt update
17+
run: sudo apt-get update
1618
- name: apt
1719
run: sudo apt-get install g++ cmake libopencv-dev libwxgtk3.0-dev libboost-all-dev clang-format colordiff lcov
1820
- name: lint

0 commit comments

Comments
 (0)