File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 7676 .git/modules
7777 key : ${{ runner.os }}-vendor-modules-${{ steps.submodules.outputs.hash }}
7878
79+ - name : Make update
80+ run : make update
81+
7982 - name : Build binaries
8083 run : make V=1 QUICK_AND_DIRTY_COMPILER=1 all tools
8184
@@ -132,7 +135,7 @@ jobs:
132135 build-docker-image :
133136 needs : changes
134137 if : ${{ needs.changes.outputs.v2 == 'true' || needs.changes.outputs.common == 'true' || needs.changes.outputs.docker == 'true' }}
135- uses : logos-messaging/nwaku /.github/workflows/container-image.yml@master
138+ uses : logos-messaging/logos-messaging-nim /.github/workflows/container-image.yml@master
136139 secrets : inherit
137140
138141 nwaku-nwaku-interop-tests :
Original file line number Diff line number Diff line change 4141 env :
4242 QUAY_PASSWORD : ${{ secrets.QUAY_PASSWORD }}
4343 QUAY_USER : ${{ secrets.QUAY_USER }}
44-
44+
4545 - name : Checkout code
4646 if : ${{ steps.secrets.outcome == 'success' }}
4747 uses : actions/checkout@v4
6565 id : build
6666 if : ${{ steps.secrets.outcome == 'success' }}
6767 run : |
68+ make update
6869
6970 make -j${NPROC} V=1 QUICK_AND_DIRTY_COMPILER=1 NIMFLAGS="-d:disableMarchNative -d:postgres -d:chronicles_colors:none" wakunode2
7071
You can’t perform that action at this time.
0 commit comments