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 63e8481 commit 356e943Copy full SHA for 356e943
.github/workflows/analysis.yaml
@@ -16,6 +16,7 @@ jobs:
16
- name: install dependencies
17
run: |
18
pip install cpplint
19
+ sudo apt-get update
20
sudo apt-get install -qq valgrind libcurl4-openssl-dev
21
22
- name: build
@@ -35,6 +36,7 @@ jobs:
35
36
37
38
39
40
41
42
.github/workflows/tests.yaml
@@ -17,6 +17,7 @@ jobs:
23
- name: build googletest
0 commit comments