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: [
|
||||
{uses: "actions/checkout@v2"},
|
||||
[{name: "Install libsodium"},
|
||||
{run: "apt-get install -y libsodium-dev"}],
|
||||
{name: "Install libsodium",
|
||||
run: "apt-get install -y libsodium-dev"},
|
||||
{run: "make compile"},
|
||||
{run: "make tests"}]
|
||||
}
|
||||
|
4
.github/workflows/ci.yaml
vendored
4
.github/workflows/ci.yaml
vendored
@ -20,7 +20,7 @@ jobs:
|
||||
- ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- - name: Install libsodium
|
||||
- run: apt-get install -y libsodium-dev
|
||||
- name: Install libsodium
|
||||
run: apt-get install -y libsodium-dev
|
||||
- run: make compile
|
||||
- run: make tests
|
||||
|
Loading…
x
Reference in New Issue
Block a user