readd windows

This commit is contained in:
Jacek Sieka 2025-12-11 09:25:26 +01:00
parent a15660f70f
commit 86d5601b4b
No known key found for this signature in database
GPG Key ID: A1B09461ABB656B8

View File

@ -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