Sudo the libsodium installation too

This commit is contained in:
Jesper Louis Andersen 2021-06-18 23:56:11 +02:00 committed by GitHub
parent 129f5e2acf
commit 9331ef974e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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