mirror of
https://github.com/mkxp-z/mkxp-z.git
synced 2025-09-03 04:33:02 +02:00
Improve efficiency of the wiiurpxtool job in GitHub Actions
This commit is contained in:
parent
6d5c71bd56
commit
afcb89a32f
1 changed files with 4 additions and 1 deletions
5
.github/workflows/autobuild.yml
vendored
5
.github/workflows/autobuild.yml
vendored
|
@ -501,8 +501,11 @@ jobs:
|
|||
|
||||
- name: Build wiiurpxtool
|
||||
run: |
|
||||
git clone https://github.com/yawut/wiiurpxtool-ng
|
||||
mkdir wiiurpxtool-ng
|
||||
cd wiiurpxtool-ng
|
||||
git init
|
||||
git remote add origin https://github.com/yawut/wiiurpxtool-ng
|
||||
git fetch --depth 1 origin 682cc9f587dee507b400a307f5a0787efc5dcb72
|
||||
git checkout 682cc9f587dee507b400a307f5a0787efc5dcb72
|
||||
git submodule update --init --recursive
|
||||
mv /usr/lib/libz.so /usr/lib/libz.so.backup
|
||||
|
|
Loading…
Add table
Reference in a new issue