Skip to content

Commit

Permalink
test: install the newest Nim 2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
romanzac committed Jun 25, 2024
1 parent f60a68f commit 8949215
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ 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 install nim@1.6.20
./nimble install nim@2.1.1
echo $(./nimble path nim | tail -n 1)/bin >> $GITHUB_PATH
- name: Run tests
Expand Down

0 comments on commit 8949215

Please sign in to comment.