mirror of
https://github.com/logos-storage/nim-nitro.git
synced 2026-01-11 01:53:08 +00:00
Disable testing on Windows for now
Nimble fails to download packages with error: "No SSL/TLS CA certificates found"
This commit is contained in:
parent
f577e12101
commit
946a870ef4
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -7,7 +7,7 @@ jobs:
|
||||
runs-on: ${{ matrix.os }}
|
||||
strategy:
|
||||
matrix:
|
||||
os: [ubuntu-latest, macOS-latest, windows-latest]
|
||||
os: [ubuntu-latest, macOS-latest]
|
||||
nim: [stable, 1.2.6]
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user