Skip to content

Add Nim v2.0.2 support #42

Add Nim v2.0.2 support

Add Nim v2.0.2 support #42

Workflow file for this run

name: CI

Check failure on line 1 in .github/workflows/ci.yml

View workflow run for this annotation

GitHub Actions / CI

Invalid workflow file

The workflow is not valid. .github/workflows/ci.yml: (Line: 18, Col: 24, Idx: 302) - (Line: 18, Col: 30, Idx: 308): While scanning a plain scalar, find unexpected ':'.
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ ubuntu-latest, macOS-latest, windows-latest ]
nim-version: [ binary:2.0.0, binary:2.0.2 ]
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Install nim
uses: iffy/install-nim@v4
with:
version: binary:2.0.0
- name: Test
run: nimble -d:ssl test