fix sequence to dict.
This commit is contained in:
@@ -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"}]
|
||||
}
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user