mirror of
https://github.com/logos-storage/logos-storage-nim-dht.git
synced 2026-01-02 13:33:08 +00:00
ci
This commit is contained in:
parent
4fa5c57ecc
commit
803a1bee3e
8
.github/workflows/ci.yml
vendored
8
.github/workflows/ci.yml
vendored
@ -7,15 +7,15 @@ jobs:
|
|||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
nim: [2.0.14]
|
nim: [2.0.14, stable]
|
||||||
os: [ubuntu-latest, macOS-latest, windows-latest]
|
os: [ubuntu-latest, macOS-latest, windows-latest]
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
- name: Install Nim
|
- uses: jiro4989/setup-nim-action@v2
|
||||||
uses: iffy/install-nim@v5
|
|
||||||
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