Skip to content

Commit d3567af

Browse files
committed
Fix CI additional step
1 parent 468d762 commit d3567af

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,9 @@ jobs:
248248
done
249249
250250
- 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
251+
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
252254
253255
lint:
254256
name: "Lint"

0 commit comments

Comments
 (0)