Formatting
This commit is contained in:
parent
529d8f6033
commit
f301929d75
12
.github/workflows/ci.cue
vendored
12
.github/workflows/ci.cue
vendored
@ -55,16 +55,20 @@ jobs: #Jobs & {
|
||||
}
|
||||
steps: [
|
||||
{uses: "actions/checkout@v2"},
|
||||
{name: "Update apt-get database"
|
||||
{
|
||||
name: "Update apt-get database"
|
||||
run: "apt-get update"
|
||||
},
|
||||
{name: "Install libsodium"
|
||||
{
|
||||
name: "Install libsodium"
|
||||
run: "apt-get install -y libsodium-dev"
|
||||
},
|
||||
{name: "Compile source code"
|
||||
{
|
||||
name: "Compile source code"
|
||||
run: "make compile"
|
||||
},
|
||||
{name: "Run the tests"
|
||||
{
|
||||
name: "Run the tests"
|
||||
run: "make tests"
|
||||
}]
|
||||
}}
|
||||
|
Loading…
x
Reference in New Issue
Block a user