Skip to content

Commit

Permalink
test: reduce to path info
Browse files Browse the repository at this point in the history
  • Loading branch information
romanzac committed Jun 24, 2024
1 parent ca27bb2 commit de03d15
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,14 +144,14 @@ jobs:
- name: Run tests
run: |
if [[ "${{ matrix.target.os }}" == "windows" ]]; then
# https://github.com/status-im/nimbus-eth2/issues/3121
export NIMFLAGS="-d:nimRawSetjmp"
fi
# if [[ "${{ matrix.target.os }}" == "windows" ]]; then
# # https://github.com/status-im/nimbus-eth2/issues/3121
# export NIMFLAGS="-d:nimRawSetjmp"
# fi
echo $PATH
ls -la /home/runner/.nimble/pkgs2/nim-2.0.6-c43fce95a734c8ad12475e1ff10f522b408fbcfa/bin/nim
nim --version
nimble --version
# nim --version
# nimble --version
# nimble install -y --depsOnly
# rm -f nimble.lock
# env NIMLANG=c nimble test
Expand Down

0 comments on commit de03d15

Please sign in to comment.