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 194fc94 commit af37d52Copy full SHA for af37d52
.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 libsqlite3-dev cmake libcurl4 libcurl4-openssl-dev uuid-dev
+ sudo apt-get install libssl-dev sqlite3 libsqlite3-dev cmake libcurl4 libcurl4-openssl-dev uuid-dev jwt-cpp
25
26
- name: Create Build Environment
27
# Some projects don't allow in-source building, so create a separate build directory
0 commit comments