From 9331ef974e03a46e8d76cf9dc41c1415d7b4dca5 Mon Sep 17 00:00:00 2001 From: Jesper Louis Andersen Date: Fri, 18 Jun 2021 23:56:11 +0200 Subject: [PATCH] Sudo the libsodium installation too --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 6a1c454..bf74ac9 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -28,7 +28,7 @@ jobs: otp-version: ${{matrix.otp_vsn}} rebar3-version: 3.16.1 - name: Install libsodium - run: apt-get install -y libsodium-dev + run: sudo apt-get install -y libsodium-dev - name: Compile source code run: make compile - name: Run the tests