Skip to content

Commit

Permalink
fix: add path to Nim to env
Browse files Browse the repository at this point in the history
  • Loading branch information
romanzac committed Jun 19, 2024
1 parent cdce6ef commit e7af41c
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 @@ -139,7 +139,7 @@ jobs:
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
echo '${{ github.workspace }}/nim/bin' >> $GITHUB_PATH
echo '$(./nimble path nim)/bin' >> $GITHUB_PATH
- name: Run tests
run: |
Expand Down

0 comments on commit e7af41c

Please sign in to comment.