Skip to content

Commit 8eb659c

Browse files
committed
fix wine dependencies on build
1 parent be5a131 commit 8eb659c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
uses: actions/checkout@master
1313
- run: sudo dpkg --add-architecture i386
1414
- run: sudo apt update
15-
- run: sudo apt install icnsutils graphicsmagick rpm wine-stable wine32
15+
- run: sudo apt install icnsutils graphicsmagick rpm wine
1616
- name: Build project
1717
run: npm run dist-all
1818
- name: Upload files

0 commit comments

Comments
 (0)