Skip to content

Commit

Permalink
Remove unused dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
kobaltcore committed Feb 2, 2022
1 parent 3d93e4c commit bd3b91d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Build Project
run: |
apt-get update
DEBIAN_FRONTEND=noninteractive apt-get install -y mingw-w64 zip upx libgtk-3-dev libdbus-1-dev
DEBIAN_FRONTEND=noninteractive apt-get install -y mingw-w64 zip upx libgtk-3-dev
nimble build_all_linux
nimble build_all_windows
- name: Zip Artifacts
Expand Down

0 comments on commit bd3b91d

Please sign in to comment.