File tree Expand file tree Collapse file tree 2 files changed +18
-0
lines changed
Expand file tree Collapse file tree 2 files changed +18
-0
lines changed Original file line number Diff line number Diff line change 8888 with :
8989 submodules : " recursive"
9090
91+ - uses : ./.github/actions/setup
92+ with :
93+ vdev : true
94+ mold : false
95+ cargo-cache : false
96+
9197 - name : Download JSON artifact from changes.yml
9298 uses : actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
9399 if : github.event_name == 'merge_group'
@@ -150,6 +156,12 @@ jobs:
150156 with :
151157 submodules : " recursive"
152158
159+ - uses : ./.github/actions/setup
160+ with :
161+ vdev : true
162+ mold : false
163+ cargo-cache : false
164+
153165 - name : Download JSON artifact from changes.yml
154166 uses : actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
155167 if : github.event_name == 'merge_group'
Original file line number Diff line number Diff line change @@ -175,6 +175,12 @@ jobs:
175175 with :
176176 ref : ${{ inputs.ref }}
177177
178+ - uses : ./.github/actions/setup
179+ with :
180+ vdev : true
181+ mold : false
182+ cargo-cache : false
183+
178184 - uses : actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
179185 with :
180186 name : e2e-test-deb-package
You can’t perform that action at this time.
0 commit comments