Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
yaya2007 committed Jun 7, 2023
1 parent c3fe5e4 commit f0c1863
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Expand Up @@ -14,12 +14,12 @@ jobs:
- name: 初始化
run: |
sudo apt update
sudo apt -y install gcc gcc-multilib nasm p7zip-full autoconf automake make patch binutils-dev liblzma-dev gcc-mingw-w64-i686
sudo apt -y install gcc gcc-multilib nasm p7zip-full autoconf automake make patch binutils-dev liblzma-dev gcc-mingw-w32-i686
- name: 下载源码
uses: actions/checkout@v3
with:
repository: chenall/grub4dos
ref: efi
ref: 0.4.6a
- name: 编译
run: |
make -j -C /home/runner/work/grub4dos/grub4dos
Expand Down

0 comments on commit f0c1863

Please sign in to comment.