Skip to content

Commit

Permalink
github: upgrade linux dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesDunne committed Mar 6, 2022
1 parent 794920e commit 0de0241
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
go-version: 1.17

- name: Set up linux dependencies
run: sudo apt-get update && sudo apt-get install -y gcc libgtk-3-dev libappindicator3-dev
run: sudo apt-get update && sudo apt-get install -y gcc libgtk-3-dev libayatana-appindicator3-dev

- uses: actions/checkout@v2
with:
Expand Down Expand Up @@ -66,7 +66,7 @@ jobs:

- name: Set up linux dependencies
if: ${{ matrix.goos == 'linux' }}
run: sudo apt-get update && sudo apt-get install -y gcc libgtk-3-dev libappindicator3-dev
run: sudo apt-get update && sudo apt-get install -y gcc libgtk-3-dev libayatana-appindicator3-dev

# stupid cross-platform nonsense:
- run: echo "basename=sni-${{env.GITHUB_REF_SLUG}}-${{matrix.goos}}-${{matrix.goarch}}" >> $GITHUB_ENV
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
go-version: 1.17

- name: Set up linux dependencies
run: sudo apt-get update && sudo apt-get install -y gcc libgtk-3-dev libappindicator3-dev
run: sudo apt-get update && sudo apt-get install -y gcc libgtk-3-dev libayatana-appindicator3-dev

- uses: actions/checkout@v2
with:
Expand Down Expand Up @@ -65,7 +65,7 @@ jobs:

- name: Set up linux dependencies
if: ${{ matrix.goos == 'linux' }}
run: sudo apt-get update && sudo apt-get install -y gcc libgtk-3-dev libappindicator3-dev
run: sudo apt-get update && sudo apt-get install -y gcc libgtk-3-dev libayatana-appindicator3-dev

# stupid cross-platform nonsense:
- run: echo "basename=sni-${{env.GITHUB_REF_SLUG}}-${{matrix.goos}}-${{matrix.goarch}}" >> $GITHUB_ENV
Expand Down

0 comments on commit 0de0241

Please sign in to comment.