File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -168,11 +168,11 @@ jobs:
168
168
doctl compute droplet create \
169
169
--image ${{ matrix.os_config.os_image }} \
170
170
--size c-4 \
171
+ --vpc-uuid 5976b7bd-4417-49e8-8522-672aaa920c30
171
172
--region ams3 \
172
173
--enable-ipv6 \
173
174
--ssh-keys ab:2b:25:16:46:6f:25:d0:80:63:e5:be:67:04:cb:64 \
174
175
aleph-vm-ci-${{ matrix.os_config.alias }}-${{ matrix.check_vm.alias }}
175
- # --vpc-uuid 5976b7bd-4417-49e8-8522-672aaa920c30
176
176
177
177
- uses : actions/download-artifact@v4
178
178
name : " Download the package from artifacts."
@@ -310,10 +310,10 @@ jobs:
310
310
--image debian-12-x64 \
311
311
--size c-4 \
312
312
--region ams3 \
313
+ --vpc-uuid 5976b7bd-4417-49e8-8522-672aaa920c30 \
313
314
--enable-ipv6 \
314
315
--ssh-keys ab:2b:25:16:46:6f:25:d0:80:63:e5:be:67:04:cb:64 \
315
316
aleph-vm-ci-runtime
316
- # --vpc-uuid 5976b7bd-4417-49e8-8522-672aaa920c30 \
317
317
318
318
# We can probably reuse the previous artefact.
319
319
- name : " Build custom runtime"
You can’t perform that action at this time.
0 commit comments