mirror of
https://github.com/copy/v86.git
synced 2025-12-31 04:23:15 +00:00
update cdn url
This commit is contained in:
parent
67bfed335d
commit
4061c8d762
2 changed files with 2 additions and 2 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
|
@ -90,7 +90,7 @@ jobs:
|
||||||
|
|
||||||
- name: Download uncached images
|
- name: Download uncached images
|
||||||
if: steps.cache-images.outputs.cache-hit != 'true'
|
if: steps.cache-images.outputs.cache-hit != 'true'
|
||||||
run: wget -nv -P images/ https://k.copy.sh/{linux.iso,linux3.iso,linux4.iso,buildroot-bzimage.bin,TinyCore-11.0.iso,oberon.img,msdos.img,openbsd-floppy.img,kolibri.img,windows101.img,os8.img,freedos722.img,mobius-fd-release5.img}
|
run: wget -nv -P images/ https://i.copy.sh/{linux.iso,linux3.iso,linux4.iso,buildroot-bzimage.bin,TinyCore-11.0.iso,oberon.img,msdos.img,openbsd-floppy.img,kolibri.img,windows101.img,os8.img,freedos722.img,mobius-fd-release5.img}
|
||||||
|
|
||||||
- name: Run api-tests
|
- name: Run api-tests
|
||||||
run: make api-tests
|
run: make api-tests
|
||||||
|
|
|
||||||
2
.vscode/tasks.json
vendored
2
.vscode/tasks.json
vendored
|
|
@ -6,7 +6,7 @@
|
||||||
{
|
{
|
||||||
"label": "Fetch images",
|
"label": "Fetch images",
|
||||||
"type": "shell",
|
"type": "shell",
|
||||||
"command": "wget -P images/ https://k.copy.sh/{linux3.iso,linux.iso,linux4.iso,buildroot-bzimage.bin,openbsd-floppy.img,kolibri.img,windows101.img,os8.img,freedos722.img}"
|
"command": "wget -P images/ https://i.copy.sh/{linux3.iso,linux.iso,linux4.iso,buildroot-bzimage.bin,openbsd-floppy.img,kolibri.img,windows101.img,os8.img,freedos722.img}"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue