Skip to content

Commit d7edd54

Browse files
committed
Install more wine
1 parent 695bbb7 commit d7edd54

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
distribution: temurin
1616
java-version: 21
1717
- name: Install wine
18-
run: sudo apt install -y wine
18+
run: sudo dpkg --add-architecture i386 && sudo apt-get update && sudo apt-get install -y wine32:i386 && sudo apt install -y wine
1919
- name: Grant execute permission for gradle
2020
run: chmod +x gradlew
2121
- name: Build the SDK

0 commit comments

Comments
 (0)