Skip to content

Commit

Permalink
Debug PATH
Browse files Browse the repository at this point in the history
  • Loading branch information
konsumlamm committed Dec 3, 2023
1 parent fe15a71 commit 1c82f1b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ jobs:
run: |
curl -sSf https://nim-lang.org/download/nim-${{ matrix.nim-version }}-linux_x32.tar.xz | tar -xJ
export PATH=nim-${{ matrix.nim-version }}/bin:$PATH
ls nim-${{ matrix.nim-version }}/bin
echo $PATH
- run: nimble install -y
- run: nimble test
- run: nimble checkExamples

0 comments on commit 1c82f1b

Please sign in to comment.