fix: syntax for writing to GITHUB_PATH

This commit is contained in:
Roman 2024-06-19 21:17:58 +02:00
parent e7af41c255
commit 0d37f8364d
No known key found for this signature in database
GPG Key ID: B8FE070B54E11B75

View File

@ -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: |