Fix download wsa

This commit is contained in:
LoveSy 2022-03-25 20:13:53 +08:00 committed by GitHub
parent 868c9420d7
commit 588f420fec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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