Skip to content
This repository was archived by the owner on Aug 7, 2025. It is now read-only.

Commit bad27e0

Browse files
committed
Update workflow repos
Signed-off-by: Alex V Jaramillo <[email protected]>
1 parent 1c35cd4 commit bad27e0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/golangci-lint.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ jobs:
1515
with:
1616
go-version: stable
1717
- uses: actions/checkout@v3
18+
- name: Update APT package lists
19+
run: sudo apt-get update
1820
- name: Install gdk
1921
run: sudo apt-get install -y libgtk-3-dev
2022
- name: golangci-lint

0 commit comments

Comments
 (0)