We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 695bbb7 commit d7edd54Copy full SHA for d7edd54
1 file changed
.github/workflows/release.yml
@@ -15,7 +15,7 @@ jobs:
15
distribution: temurin
16
java-version: 21
17
- name: Install wine
18
- run: sudo apt install -y wine
+ run: sudo dpkg --add-architecture i386 && sudo apt-get update && sudo apt-get install -y wine32:i386 && sudo apt install -y wine
19
- name: Grant execute permission for gradle
20
run: chmod +x gradlew
21
- name: Build the SDK
0 commit comments