Need libsodium-dev and 23.
This commit is contained in:
parent
5f22892ce4
commit
aca072630e
2
.github/workflows/ci.cue
vendored
2
.github/workflows/ci.cue
vendored
@ -23,7 +23,7 @@ jobs: ci: {
|
|||||||
steps: [
|
steps: [
|
||||||
{uses: "actions/checkout@v2"},
|
{uses: "actions/checkout@v2"},
|
||||||
{name: "Install libsodium",
|
{name: "Install libsodium",
|
||||||
run: "apt-get install -y libsodium-dev"},
|
run: "apt-get install -y libsodium23 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