Skip to content

Commit bd3b91d

Browse files
committed
Remove unused dependency
1 parent 3d93e4c commit bd3b91d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Build Project
2727
run: |
2828
apt-get update
29-
DEBIAN_FRONTEND=noninteractive apt-get install -y mingw-w64 zip upx libgtk-3-dev libdbus-1-dev
29+
DEBIAN_FRONTEND=noninteractive apt-get install -y mingw-w64 zip upx libgtk-3-dev
3030
nimble build_all_linux
3131
nimble build_all_windows
3232
- name: Zip Artifacts

0 commit comments

Comments
 (0)