Skip to content

Commit

Permalink
wine32 and not wine64
Browse files Browse the repository at this point in the history
  • Loading branch information
tmiw committed Oct 8, 2024
1 parent d30f0a5 commit 80543a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cmake-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Install required packages
shell: bash
working-directory: ${{github.workspace}}
run: sudo apt-get install nsis python3-venv wine64
run: sudo apt-get install nsis python3-venv wine32

- name: Create Windows Python environment for build
shell: bash
Expand Down
3 changes: 1 addition & 2 deletions .wenv.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
{
"pythonversion": "3.12.7",
"arch": "win64"
"pythonversion": "3.12.7"
}

0 comments on commit 80543a0

Please sign in to comment.