mirror of
https://github.com/logos-storage/nim-leopard.git
synced 2026-01-04 06:33:09 +00:00
win
This commit is contained in:
parent
27941e9c59
commit
a42d9a84a1
16
.github/workflows/test.yml
vendored
16
.github/workflows/test.yml
vendored
@ -17,12 +17,11 @@ jobs:
|
|||||||
label: macOS,
|
label: macOS,
|
||||||
runner: macos-latest
|
runner: macos-latest
|
||||||
}
|
}
|
||||||
# TODO https://github.com/nim-lang/choosenim/issues/27
|
- {
|
||||||
# - {
|
icon: 🏁,
|
||||||
# icon: 🏁,
|
label: Windows,
|
||||||
# label: Windows,
|
runner: windows-latest
|
||||||
# runner: windows-latest
|
}
|
||||||
# }
|
|
||||||
nim: [1.6.18]
|
nim: [1.6.18]
|
||||||
name: ${{ matrix.platform.icon }} ${{ matrix.platform.label }} - Nim v${{ matrix.nim }}
|
name: ${{ matrix.platform.icon }} ${{ matrix.platform.label }} - Nim v${{ matrix.nim }}
|
||||||
runs-on: ${{ matrix.platform.runner }}
|
runs-on: ${{ matrix.platform.runner }}
|
||||||
@ -33,9 +32,10 @@ jobs:
|
|||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
submodules: recursive
|
submodules: recursive
|
||||||
- uses: iffy/install-nim@v5
|
- uses: jiro4989/setup-nim-action@v2
|
||||||
with:
|
with:
|
||||||
version: ${{ matrix.nim }}
|
nim-version: ${{matrix.nim}}
|
||||||
|
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
- name: Install
|
- name: Install
|
||||||
run: nimble install -y
|
run: nimble install -y
|
||||||
- name: Build and run tests
|
- name: Build and run tests
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user