mirror of
https://github.com/status-im/nim-stew.git
synced 2025-02-22 16:58:11 +00:00
fix: syntax for writing to GITHUB_PATH
This commit is contained in:
parent
e7af41c255
commit
0d37f8364d
2
.github/workflows/ci-test.yml
vendored
2
.github/workflows/ci-test.yml
vendored
@ -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: |
|
||||
|
Loading…
x
Reference in New Issue
Block a user