mirror of
https://github.com/logos-storage/nim-nitro.git
synced 2026-01-05 23:23:07 +00:00
readd windows
This commit is contained in:
parent
a15660f70f
commit
86d5601b4b
9
.github/workflows/ci.yml
vendored
9
.github/workflows/ci.yml
vendored
@ -7,13 +7,16 @@ jobs:
|
|||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
os: [ubuntu-latest, macOS-latest]
|
os: [ubuntu-latest, macOS-latest, windows-latest]
|
||||||
nim: [stable, 2.0.14]
|
nim: [stable, 2.0.14]
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v6
|
- uses: actions/checkout@v6
|
||||||
- uses: iffy/install-nim@v5
|
|
||||||
with:
|
with:
|
||||||
version: ${{ matrix.nim }}
|
submodules: recursive
|
||||||
|
- uses: jiro4989/setup-nim-action@v2
|
||||||
|
with:
|
||||||
|
nim-version: ${{matrix.nim}}
|
||||||
|
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
- name: Build
|
- name: Build
|
||||||
run: nimble install -y --maximumtaggedversions=2
|
run: nimble install -y --maximumtaggedversions=2
|
||||||
- name: Test
|
- name: Test
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user