Skip to content

Commit 815587e

Browse files
authored
Update ccpp.yml
1 parent 698f01c commit 815587e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ccpp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- uses: actions/checkout@v1
2222
- name: install deps
2323
run: |
24-
sudo apt-get install libssl-dev sqlite3 cmake libcurl4 libcurl4-openssl-dev
24+
sudo apt-get install libssl-dev sqlite3 cmake libcurl4 libcurl4-openssl-dev uuid-dev
2525
2626
- name: Create Build Environment
2727
# Some projects don't allow in-source building, so create a separate build directory

0 commit comments

Comments
 (0)