Skip to content

Commit

Permalink
Update build.sh
Browse files Browse the repository at this point in the history
使用 gcc-4.8 编译
  • Loading branch information
chenall committed May 11, 2021
1 parent 2b662b4 commit 7f5315d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#!/bin/bash

ACTION_PATH=$(dirname $(readlink -f $0))
export CC=gcc-4.8
$ACTION_PATH/build-ext.sh
chmod +x $ACTION_PATH/build-page.sh
set -e
Expand Down Expand Up @@ -50,4 +51,4 @@ do
done
[ "$INPUT_USEQEMU" = "1" ] && ssh grubdev sudo poweroff
echo "GRUB4DOS_VER=$GRUB4DOS_VER" >> $GITHUB_ENV
echo "GRUB4DOS_BIN=grub4dos-$GRUB4DOS_VER-`date -u +%Y-%m-%d`.7z" >> $GITHUB_ENV
echo "GRUB4DOS_BIN=grub4dos-$GRUB4DOS_VER-`date -u +%Y-%m-%d`.7z" >> $GITHUB_ENV

0 comments on commit 7f5315d

Please sign in to comment.