Skip to content

Commit

Permalink
fix: check GITHUB_PATH
Browse files Browse the repository at this point in the history
  • Loading branch information
romanzac committed Jun 19, 2024
1 parent 0d37f83 commit b845928
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,13 +140,15 @@ jobs:
tar xvfz nimble-linux_x64.tar.gz
./nimble install nim
echo $(./nimble path nim)/bin >> $GITHUB_PATH
echo $GITHUB_PATH
- name: Run tests
run: |
if [[ "${{ matrix.target.os }}" == "windows" ]]; then
# https://github.com/status-im/nimbus-eth2/issues/3121
export NIMFLAGS="-d:nimRawSetjmp"
fi
echo $GITHUB_PATH
nim --version
nimble --version
nimble install -y --depsOnly
Expand Down

0 comments on commit b845928

Please sign in to comment.