Skip to content

Merge pull request #93 from Archargelod/main #161

Merge pull request #93 from Archargelod/main

Merge pull request #93 from Archargelod/main #161

Workflow file for this run

name: build
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
nim: [ '1.4.8', 'stable', 'devel' ]
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