Improve efficiency of the wiiurpxtool job in GitHub Actions

This commit is contained in:
刘皓 2025-07-15 12:51:25 -04:00
parent 6d5c71bd56
commit afcb89a32f
No known key found for this signature in database
GPG key ID: 7901753DB465B711

View file

@ -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