Skip to content

Commit

Permalink
fix: try to fix ci build
Browse files Browse the repository at this point in the history
  • Loading branch information
nange committed Apr 24, 2024
1 parent 5343338 commit 7b33fa3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,10 @@ jobs:
- uses: actions/checkout@v4

- name: Install Deps
run: sudo apt update && sudo apt install -y libgtk-3-dev libayatana-appindicator3-dev
run: |
rm -f /etc/apt/sources.list.d/archive_uri-*
sudo apt update
sudo apt install -y libgtk-3-dev libayatana-appindicator3-dev
- name: Set up Go
uses: actions/setup-go@v5
Expand Down

0 comments on commit 7b33fa3

Please sign in to comment.