Commit 15570cd9 authored by longpanda's avatar longpanda
Browse files

CI Debug

parent e76edf92
...@@ -29,5 +29,5 @@ jobs: ...@@ -29,5 +29,5 @@ jobs:
path: INSTALL/ventoy-*livecd* path: INSTALL/ventoy-*livecd*
- uses: actions/upload-artifact@v2 - uses: actions/upload-artifact@v2
with: with:
name: build-log name: xxx-build-log
path: DOC/build.log path: DOC/build.log
...@@ -58,8 +58,9 @@ sh install.sh arm64 ...@@ -58,8 +58,9 @@ sh install.sh arm64
# build for i386-pc # build for i386-pc
echo '======== build grub2 for i386-pc ===============' echo '======== build grub2 for i386-pc ==============='
make distclean
./autogen.sh ./autogen.sh
./configure --prefix=$VT_GRUB_DIR/INSTALL/ ./configure --target=i386 --with-platform=pc --prefix=$VT_GRUB_DIR/INSTALL/
make -j 16 make -j 16
sh install.sh sh install.sh
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment