Skip to content

Commit

Permalink
ci: fix libayatana-appindicator3-dev 404 (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
rszyma authored Oct 13, 2024
1 parent d715739 commit 4d74aa6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
name: Go tests
on:
push:
branches: [ "main" ]
branches: ["main"]
pull_request:
branches: [ "main" ]
branches: ["main"]

jobs:
test:
test:
strategy:
matrix:
go-version: [1.21.x]
Expand All @@ -16,15 +16,16 @@ jobs:

steps:
- uses: actions/checkout@v4

- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: ${{ matrix.go-version }}

- if: matrix.platform == 'ubuntu-latest'
name: Install
name: Install
run: |
sudo apt-get update
sudo apt-get install libayatana-appindicator3-dev
- name: Build
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:

- name: Install dependencies
run: |
sudo apt-get update
sudo apt-get install libayatana-appindicator3-dev
- name: Install just
Expand Down

0 comments on commit 4d74aa6

Please sign in to comment.