forked from Hsdi/Shortcut_Sync_PotPlayer
Compare commits
1 Commits
main
...
miu-patch-
5
.github/workflows/build-exe.yml
vendored
5
.github/workflows/build-exe.yml
vendored
@@ -7,11 +7,8 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Install Wine
|
- name: Wine
|
||||||
run: |
|
run: |
|
||||||
sudo dpkg --add-architecture i386
|
|
||||||
sudo apt-get update
|
|
||||||
sudo apt-get install -y wine64 wine32
|
|
||||||
wine --version # 安装后验证
|
wine --version # 安装后验证
|
||||||
|
|
||||||
- name: Install Windows dependencies using Wine Python
|
- name: Install Windows dependencies using Wine Python
|
||||||
|
|||||||
Reference in New Issue
Block a user