ci: add an `apt-get install libsodium-dev` step for v-apps-compile

pull/10791/head
Delyan Angelov 2021-07-13 22:46:33 +03:00
parent 5322a25690
commit 2d7d5e1501
No known key found for this signature in database
GPG Key ID: 66886C0F12D595ED
1 changed files with 3 additions and 1 deletions

View File

@ -855,7 +855,9 @@ jobs:
run: ./v install ui
## libsodium
- name: Installl libsodium through VPM
- name: Install libsodium-dev package
run: sudo apt-get install --quiet -y libsodium-dev
- name: Installl the libsodium wrapper through VPM
run: ./v install libsodium
- name: Test libsodium
run: ./v test ~/.vmodules/libsodium