From f60a68f2d9a5d06dcc0109cdaea5079b69a9c70a Mon Sep 17 00:00:00 2001 From: Roman Date: Tue, 25 Jun 2024 19:49:00 +0200 Subject: [PATCH] test: install old Nim 1.6.20 --- .github/workflows/ci-test.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci-test.yml b/.github/workflows/ci-test.yml index 2e49dc9..389e684 100644 --- a/.github/workflows/ci-test.yml +++ b/.github/workflows/ci-test.yml @@ -138,13 +138,14 @@ jobs: run: | curl -O -L -s -S https://github.com/nim-lang/nimble/releases/download/latest/nimble-linux_x64.tar.gz tar xvfz nimble-linux_x64.tar.gz - ./nimble setup + ./nimble install nim@1.6.20 echo $(./nimble path nim | tail -n 1)/bin >> $GITHUB_PATH - name: Run tests run: | nim --version nimble --version + nimble install -y --depsOnly rm -f nimble.lock env NIMLANG=c nimble test env NIMLANG=cpp nimble test