File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 11name : Daily
22on :
33 schedule :
4- - cron : " 40 17 * * *"
4+ - cron : " 10 20 * * *"
55
66jobs :
77 build :
@@ -151,6 +151,11 @@ jobs:
151151 brew install gnu-getopt
152152 brew link --force gnu-getopt
153153
154+ - name : Build Nim and Nimbus dependencies
155+ shell : bash
156+ run : |
157+ make -j ${ncpu} NIM_COMMIT=${{ matrix.branch }} ARCH_OVERRIDE=${PLATFORM} QUICK_AND_DIRTY_COMPILER=1 update
158+
154159 - name : Get latest fixtures commit hash
155160 id : fixtures_version
156161 shell : bash
@@ -171,12 +176,7 @@ jobs:
171176 - name : Get the Ethereum Foundation fixtures
172177 shell : bash
173178 run : |
174- V=1 scripts/setup_official_tests.sh fixturesCache
175-
176- - name : Build Nim and Nimbus dependencies
177- shell : bash
178- run : |
179- make -j ${ncpu} NIM_COMMIT=${{ matrix.branch }} ARCH_OVERRIDE=${PLATFORM} QUICK_AND_DIRTY_COMPILER=1 update
179+ scripts/setup_official_tests.sh fixturesCache
180180
181181 - name : Smoke test the Beacon Node and Validator Client with all tracing enabled
182182 shell : bash
You can’t perform that action at this time.
0 commit comments