Skip to content

Only CI on latest stable nim #163

Only CI on latest stable nim

Only CI on latest stable nim #163

Workflow file for this run

name: build
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
nim: [ 'stable' ]
name: Nim ${{ matrix.nim }} worm build
steps:
- uses: actions/checkout@v2
- name: Setup nim
uses: jiro4989/setup-nim-action@v1
with:
nim-version: ${{ matrix.nim }}
- run: nimble -y build -d:release --gc:arc