mirror of
https://github.com/LSPosed/MagiskOnWSALocal.git
synced 2025-09-02 02:30:14 +00:00
Fix download wsa
This commit is contained in:
parent
868c9420d7
commit
588f420fec
1 changed files with 1 additions and 0 deletions
1
.github/workflows/magisk.yml
vendored
1
.github/workflows/magisk.yml
vendored
|
@ -89,6 +89,7 @@ jobs:
|
||||||
sudo apt-get update && sudo apt-get install setools lzip qemu-utils wine winetricks patchelf
|
sudo apt-get update && sudo apt-get install setools lzip qemu-utils wine winetricks patchelf
|
||||||
wget -qO- "$GITHUB_SERVER_URL/$GITHUB_REPOSITORY/archive/$GITHUB_REF.tar.gz" | sudo tar --wildcards -zxvf- -C ~ --strip-component=2 '*/wine/*' '*/linker/*'
|
wget -qO- "$GITHUB_SERVER_URL/$GITHUB_REPOSITORY/archive/$GITHUB_REF.tar.gz" | sudo tar --wildcards -zxvf- -C ~ --strip-component=2 '*/wine/*' '*/linker/*'
|
||||||
winetricks msxml6
|
winetricks msxml6
|
||||||
|
echo "163.172.251.201 store.rg-adguard.net" | sudo tee -a /etc/hosts
|
||||||
- name: Download WSA
|
- name: Download WSA
|
||||||
shell: python
|
shell: python
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Add table
Reference in a new issue