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