We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 468d762 commit d3567afCopy full SHA for d3567af
.github/workflows/ci.yml
@@ -248,7 +248,9 @@ jobs:
248
done
249
250
- name: Build with custom SECONDS_PER_SLOT
251
- run: nim c --passC:-fsyntax-only --noLinking:on -d:chronicles_log_level=TRACE -d:SECONDS_PER_SLOT=1 beacon_chain/nimbus_beacon_node
+ run: |
252
+ source env.sh
253
+ nim c --passC:-fsyntax-only --noLinking:on -d:chronicles_log_level=TRACE -d:SECONDS_PER_SLOT=1 beacon_chain/nimbus_beacon_node
254
255
lint:
256
name: "Lint"
0 commit comments