From de78f45827be3b4e181f60675111655d53428e53 Mon Sep 17 00:00:00 2001 From: Mattia Date: Fri, 26 Feb 2021 15:17:37 +0100 Subject: [PATCH] Added nim setup --- .github/workflows/main.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 2477ee6..1503d0c 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -19,6 +19,10 @@ jobs: # We test using a reasonably modern Python version python-version: 3.8.0 architecture: x64 + - name: Setup Nim environment + uses: jiro4989/setup-nim-action@v1.1.4 + with: + nim-version: stable - uses: actions/checkout@v2 - name: Run production-mode tests run: ./build.py --profile resources/profiles/production.json src