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 697298c commit 1b7bee0Copy full SHA for 1b7bee0
.github/workflows/ccpp.yml
@@ -17,7 +17,7 @@ jobs:
17
- uses: actions/checkout@v1
18
- name: install deps
19
run: |
20
- apt-get libssl-dev sqlite3 cmake
+ apt-get install libssl-dev sqlite3 cmake
21
- name: cmake
22
run: cmake
23
- name: make
0 commit comments