mirror of
https://github.com/MustardChef/WSABuilds.git
synced 2024-11-10 21:55:11 +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
|
||||
wget -qO- "$GITHUB_SERVER_URL/$GITHUB_REPOSITORY/archive/$GITHUB_REF.tar.gz" | sudo tar --wildcards -zxvf- -C ~ --strip-component=2 '*/wine/*' '*/linker/*'
|
||||
winetricks msxml6
|
||||
echo "163.172.251.201 store.rg-adguard.net" | sudo tee -a /etc/hosts
|
||||
- name: Download WSA
|
||||
shell: python
|
||||
run: |
|
||||
|
Loading…
Reference in New Issue
Block a user