dom96 / jester

A sinatra-like web framework for Nim.
MIT License
1.56k stars 120 forks source link

Update main.yml to compile with specified nim version #319

Open ThomasTJdev opened 11 months ago

ThomasTJdev commented 11 months ago

Update:

Change

https://github.com/dom96/jester/blob/185c61066e3522f8e2599ceeeb0cafe7ff669f8f/.github/workflows/main.yml#L29

to

          version: ${{ matrix.nimversion }}
ThomasTJdev commented 9 months ago

@dom96 - do we need anything else for this PR? This PR is a prerequisite for the other PR's tests; otherwise the Github actions just fails..