Sudo the libsodium installation too
This commit is contained in:
parent
129f5e2acf
commit
9331ef974e
2
.github/workflows/ci.yaml
vendored
2
.github/workflows/ci.yaml
vendored
@ -28,7 +28,7 @@ jobs:
|
|||||||
otp-version: ${{matrix.otp_vsn}}
|
otp-version: ${{matrix.otp_vsn}}
|
||||||
rebar3-version: 3.16.1
|
rebar3-version: 3.16.1
|
||||||
- name: Install libsodium
|
- name: Install libsodium
|
||||||
run: apt-get install -y libsodium-dev
|
run: sudo apt-get install -y libsodium-dev
|
||||||
- name: Compile source code
|
- name: Compile source code
|
||||||
run: make compile
|
run: make compile
|
||||||
- name: Run the tests
|
- name: Run the tests
|
||||||
|
Loading…
x
Reference in New Issue
Block a user