mirror of
https://github.com/logos-storage/nim-leveldb.git
synced 2026-07-31 11:43:17 +00:00
ci
This commit is contained in:
parent
d9a349ffe6
commit
3a9d5a5dfc
5
.github/workflows/main.yml
vendored
5
.github/workflows/main.yml
vendored
@ -13,9 +13,10 @@ jobs:
|
|||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
with:
|
with:
|
||||||
submodules: true
|
submodules: true
|
||||||
- uses: iffy/install-nim@v4
|
- uses: jiro4989/setup-nim-action@v2
|
||||||
with:
|
with:
|
||||||
version: ${{ matrix.nim }}
|
nim-version: ${{matrix.nim}}
|
||||||
|
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
- name: Build
|
- name: Build
|
||||||
run: nimble install -y
|
run: nimble install -y
|
||||||
- name: Test
|
- name: Test
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user