From aca072630ed7ee792623981e649e082d1f650bca Mon Sep 17 00:00:00 2001 From: Jesper Louis Andersen Date: Tue, 15 Jun 2021 14:38:34 +0200 Subject: [PATCH] Need libsodium-dev and 23. --- .github/workflows/ci.cue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.cue b/.github/workflows/ci.cue index 509a803..632061c 100644 --- a/.github/workflows/ci.cue +++ b/.github/workflows/ci.cue @@ -23,7 +23,7 @@ jobs: ci: { steps: [ {uses: "actions/checkout@v2"}, {name: "Install libsodium", - run: "apt-get install -y libsodium-dev"}, + run: "apt-get install -y libsodium23 libsodium-dev"}, {name: "Compile source code", run: "make compile"}, {name: "Run the tests",