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:
parent
5322a25690
commit
2d7d5e1501
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user