fix sequence to dict.
This commit is contained in:
parent
f99c8643f0
commit
e59656ebf6
4
.github/workflows/ci.cue
vendored
4
.github/workflows/ci.cue
vendored
@ -22,8 +22,8 @@ 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 libsodium-dev"},
|
||||||
{run: "make compile"},
|
{run: "make compile"},
|
||||||
{run: "make tests"}]
|
{run: "make tests"}]
|
||||||
}
|
}
|
||||||
|
4
.github/workflows/ci.yaml
vendored
4
.github/workflows/ci.yaml
vendored
@ -20,7 +20,7 @@ jobs:
|
|||||||
- ubuntu-latest
|
- ubuntu-latest
|
||||||
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 libsodium-dev
|
||||||
- run: make compile
|
- run: make compile
|
||||||
- run: make tests
|
- run: make tests
|
||||||
|
Loading…
x
Reference in New Issue
Block a user