We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba08af4 commit f7f998bCopy full SHA for f7f998b
.github/workflows/c-cpp.yml
@@ -13,6 +13,8 @@ jobs:
13
14
steps:
15
- uses: actions/checkout@v2
16
+ - name: apt update
17
+ run: sudo apt-get update
18
- name: apt
19
run: sudo apt-get install g++ cmake libopencv-dev libwxgtk3.0-dev libboost-all-dev clang-format colordiff lcov
20
- name: lint
0 commit comments