Lets try sudo again, shall we?
This commit is contained in:
parent
aca072630e
commit
ef049c921f
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 libsodium23 libsodium-dev"},
|
run: "sudo 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",
|
||||||
|
2
.github/workflows/ci.yaml
vendored
2
.github/workflows/ci.yaml
vendored
@ -21,7 +21,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: Install libsodium
|
- name: Install libsodium
|
||||||
run: apt-get install -y libsodium-dev
|
run: sudo 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