5151 with :
5252 build-target : arm-linux
5353 container-path : ${{ needs.container.outputs.path }}
54- depends-target : arm-linux
54+ depends-key : ${{ needs.depends- arm-linux.outputs.key }}
5555 host : arm-linux-gnueabihf
5656
5757 src-linux64 :
6161 with :
6262 build-target : linux64
6363 container-path : ${{ needs.container.outputs.path }}
64- depends-target : linux64
64+ depends-key : ${{ needs.depends- linux64.outputs.key }}
6565 host : x86_64-pc-linux-gnu
6666
6767 src-linux64_cxx20 :
7171 with :
7272 build-target : linux64_cxx20
7373 container-path : ${{ needs.container.outputs.path }}
74- depends-target : linux64
74+ depends-key : ${{ needs.depends- linux64.outputs.key }}
7575 host : x86_64-pc-linux-gnu
7676
7777 src-linux64_fuzz :
8181 with :
8282 build-target : linux64_fuzz
8383 container-path : ${{ needs.container.outputs.path }}
84- depends-target : linux64
84+ depends-key : ${{ needs.depends- linux64.outputs.key }}
8585 host : x86_64-pc-linux-gnu
8686
8787 src-linux64_nowallet :
9191 with :
9292 build-target : linux64_nowallet
9393 container-path : ${{ needs.container.outputs.path }}
94- depends-target : linux64
94+ depends-key : ${{ needs.depends- linux64.outputs.key }}
9595 host : x86_64-pc-linux-gnu
9696
9797 src-linux64_sqlite :
@@ -101,7 +101,7 @@ jobs:
101101 with :
102102 build-target : linux64_sqlite
103103 container-path : ${{ needs.container.outputs.path }}
104- depends-target : linux64
104+ depends-key : ${{ needs.depends- linux64.outputs.key }}
105105 host : x86_64-pc-linux-gnu
106106
107107 src-linux64_tsan :
@@ -111,7 +111,7 @@ jobs:
111111 with :
112112 build-target : linux64_tsan
113113 container-path : ${{ needs.container.outputs.path }}
114- depends-target : linux64
114+ depends-key : ${{ needs.depends- linux64.outputs.key }}
115115 host : x86_64-pc-linux-gnu
116116
117117 src-linux64_ubsan :
@@ -121,7 +121,7 @@ jobs:
121121 with :
122122 build-target : linux64_ubsan
123123 container-path : ${{ needs.container.outputs.path }}
124- depends-target : linux64
124+ depends-key : ${{ needs.depends- linux64.outputs.key }}
125125 host : x86_64-pc-linux-gnu
126126
127127 src-win64 :
@@ -131,5 +131,5 @@ jobs:
131131 with :
132132 build-target : win64
133133 container-path : ${{ needs.container.outputs.path }}
134- depends-target : win64
134+ depends-key : ${{ needs.depends- win64.outputs.key }}
135135 host : x86_64-w64-mingw32
0 commit comments