forked from Hsdi/Shortcut_Sync_PotPlayer
更新 .github/workflows/build-exe.yml
Some checks failed
Build Windows EXE with Full Image / build (push) Failing after 10s
Some checks failed
Build Windows EXE with Full Image / build (push) Failing after 10s
This commit is contained in:
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