We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eff8200 commit cce8ce6Copy full SHA for cce8ce6
.github/workflows/go.yml
@@ -14,7 +14,7 @@ jobs:
14
steps:
15
- uses: actions/checkout@master
16
- name: Install gtk3
17
- run: sudo apt-get install build-essential libgtk-3-dev
+ run: sudo apt-get install libgtk-3-dev libappindicator3-dev
18
- name: Setup Go environment
19
uses: actions/[email protected]
20
0 commit comments