From e7af41c2551d251cf5f5ea08f33bfbf05caaedaf Mon Sep 17 00:00:00 2001 From: Roman Date: Wed, 19 Jun 2024 21:14:40 +0200 Subject: [PATCH] fix: add path to Nim to env --- .github/workflows/ci-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-test.yml b/.github/workflows/ci-test.yml index 1547fd9..7f93ba4 100644 --- a/.github/workflows/ci-test.yml +++ b/.github/workflows/ci-test.yml @@ -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: |