mirror of
https://github.com/status-im/nimbus-eth2.git
synced 2025-01-09 22:06:21 +00:00
fix nightly build (#2640)
This commit is contained in:
parent
a2cbcff89c
commit
94b1ef5568
5
.github/workflows/nightly_build.yml
vendored
5
.github/workflows/nightly_build.yml
vendored
@ -243,6 +243,11 @@ jobs:
|
|||||||
needs: [build-amd64, build-arm64, build-arm, build-win64, build-macos-amd64, build-macos-arm64]
|
needs: [build-amd64, build-arm64, build-arm, build-win64, build-macos-amd64, build-macos-arm64]
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
- name: Checkout code
|
||||||
|
uses: actions/checkout@v2
|
||||||
|
with:
|
||||||
|
ref: unstable
|
||||||
|
|
||||||
- name: Download artefacts
|
- name: Download artefacts
|
||||||
uses: actions/download-artifact@v2
|
uses: actions/download-artifact@v2
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user