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 }}
|
||||
strategy:
|
||||
matrix:
|
||||
nim: [2.0.14]
|
||||
nim: [2.0.14, stable]
|
||||
os: [ubuntu-latest, macOS-latest, windows-latest]
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
- name: Install Nim
|
||||
uses: iffy/install-nim@v5
|
||||
- uses: jiro4989/setup-nim-action@v2
|
||||
with:
|
||||
version: ${{ matrix.nim }}
|
||||
nim-version: ${{matrix.nim}}
|
||||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
- name: Build
|
||||
run: nimble install -y
|
||||
- name: Test
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user