CI: Fix caching of EF fixtures + separate submodules install (#1748)

* Fix caching of EF fixtures + separate submodules install from beacon node compilation

* Always run make update
This commit is contained in:
Mamy Ratsimbazafy 2020-09-25 12:36:56 +02:00 committed by GitHub
parent 3936caae4b
commit a02a9b3dc8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 3 deletions

View File

@ -192,8 +192,7 @@ jobs:
path: nim-beacon-chain/NimBinaries path: nim-beacon-chain/NimBinaries
key: 'nim-${{ matrix.target.os }}-${{ matrix.target.cpu }}-${{ steps.versions.outputs.nimbus_build_system }}' key: 'nim-${{ matrix.target.os }}-${{ matrix.target.cpu }}-${{ steps.versions.outputs.nimbus_build_system }}'
- name: Build Nim and associated tools - name: Build Nim and NBC dependencies
if: steps.nim-cache.outputs.cache-hit != 'true'
shell: bash shell: bash
working-directory: nim-beacon-chain working-directory: nim-beacon-chain
run: | run: |
@ -245,7 +244,7 @@ jobs:
id: fixtures-cache id: fixtures-cache
uses: actions/cache@v1 uses: actions/cache@v1
with: with:
path: fixturesCache path: nim-beacon-chain/fixturesCache
key: 'scenarios-${{ steps.fixtures_version.outputs.fixtures }}' key: 'scenarios-${{ steps.fixtures_version.outputs.fixtures }}'
- name: Get the Ethereum Foundation fixtures - name: Get the Ethereum Foundation fixtures