1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

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

This commit is contained in:
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

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