mirror of
https://github.com/ventoy/Ventoy.git
synced 2025-03-13 05:00:17 -04:00
Update ci.yml
This commit is contained in:
parent
aac4615b45
commit
69bc074bee
13
.github/workflows/ci.yml
vendored
13
.github/workflows/ci.yml
vendored
@ -9,10 +9,21 @@ on:
|
||||
jobs:
|
||||
build:
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: centos-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: download dietlibc
|
||||
run: curl -Ls https://www.fefe.de/dietlibc/dietlibc-0.34.tar.xz -O DOC/dietlibc-0.34.tar.xz
|
||||
- name: download grub
|
||||
run: curl -Ls https://ftp.gnu.org/gnu/grub/grub-2.04.tar.xz -O GRUB2/grub-2.04.tar.xz
|
||||
- name: download edk2
|
||||
run: curl -Ls https://codeload.github.com/tianocore/edk2/zip/edk2-stable201911 -O EDK2/edk2-edk2-stable201911.zip
|
||||
- name: download exfat
|
||||
run: curl -Ls https://codeload.github.com/relan/exfat/zip/v1.3.0 -O ExFAT/exfat-1.3.0.zip
|
||||
- name: download libfuse
|
||||
run: curl -Ls https://codeload.github.com/libfuse/libfuse/zip/fuse-2.9.9 -O ExFAT/libfuse-fuse-2.9.9.zip
|
||||
|
||||
- name: exec permission
|
||||
run: chmod +x ./INSTALL/all_in_one.sh
|
||||
- name: build
|
||||
|
Loading…
x
Reference in New Issue
Block a user