mirror of
https://github.com/MustardChef/WSABuilds.git
synced 2024-11-29 22:54:14 +01:00
Fix download wsa
This commit is contained in:
parent
868c9420d7
commit
588f420fec
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…
Reference in New Issue
Block a user