Skip to content

Commit

Permalink
Update build_linux_gtk3.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
wzshiming committed Aug 26, 2021
1 parent 3836fa7 commit b4cf6c2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build_linux_gtk3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@ jobs:
go-version: 1.16

- name: Build dependents
run: sudo apt-get install libgtk-3-dev libappindicator3-dev -y
run: |
sudo apt-get update -y
sudo apt-get install libgtk-3-dev libappindicator3-dev -y
- name: Build
run: ./tools/build_linux_gtk3.sh
Expand Down

0 comments on commit b4cf6c2

Please sign in to comment.