Skip to content

Commit

Permalink
fix: syntax for writing to GITHUB_PATH
Browse files Browse the repository at this point in the history
  • Loading branch information
romanzac committed Jun 19, 2024
1 parent e7af41c commit 0d37f83
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 '$(./nimble path nim)/bin' >> $GITHUB_PATH
echo $(./nimble path nim)/bin >> $GITHUB_PATH
- name: Run tests
run: |
Expand Down

0 comments on commit 0d37f83

Please sign in to comment.