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 698f01c commit 815587eCopy full SHA for 815587e
.github/workflows/ccpp.yml
@@ -21,7 +21,7 @@ jobs:
21
- uses: actions/checkout@v1
22
- name: install deps
23
run: |
24
- sudo apt-get install libssl-dev sqlite3 cmake libcurl4 libcurl4-openssl-dev
+ sudo apt-get install libssl-dev sqlite3 cmake libcurl4 libcurl4-openssl-dev uuid-dev
25
26
- name: Create Build Environment
27
# Some projects don't allow in-source building, so create a separate build directory
0 commit comments