Skip to content

Commit

Permalink
fix: gtk permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
Lokeon committed May 6, 2021
1 parent 47d179b commit 6e2fdaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
with:
go-version: 1.16
- name: Install GTK3
run: sudo apt-get install -y libgtk-3-dev libcairo2-dev libglib2.0-dev libappindicator-dev
run: sudo apt-get install -y libgtk-3-dev libcairo2-dev libglib2.0-dev libappindicator3-dev
- name: Cache Go modules
uses: actions/cache@v1
with:
Expand Down

0 comments on commit 6e2fdaf

Please sign in to comment.