File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed
Expand file tree Collapse file tree 2 files changed +9
-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
@@ -114,6 +117,9 @@ jobs:
114117 .git/modules
115118 key : ${{ runner.os }}-vendor-modules-${{ steps.submodules.outputs.hash }}
116119
120+ - name : Make update
121+ run : make update
122+
117123 - name : Run tests
118124 run : |
119125 postgres_enabled=0
@@ -132,7 +138,7 @@ jobs:
132138 build-docker-image :
133139 needs : changes
134140 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
141+ uses : logos-messaging/logos-messaging-nim /.github/workflows/container-image.yml@4139681df984de008069e86e8ce695f1518f1c0b
136142 secrets : inherit
137143
138144 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