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