Skip to content

Commit

Permalink
test: install old Nim 1.6.20
Browse files Browse the repository at this point in the history
  • Loading branch information
romanzac committed Jun 25, 2024
1 parent 4c2b5da commit f60a68f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit f60a68f

Please sign in to comment.