Skip to content

Commit

Permalink
Update go.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Labfox authored Feb 4, 2025
1 parent 68e511e commit d9ed402
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ jobs:
uses: actions/setup-go@v4
with:
go-version: '1.22.2'

- name: Update package cache
run: sudo apt update

- name: Install dependencies
run: sudo apt install -y libgtk-3-dev libcairo2-dev libglib2.0-dev

Expand Down

0 comments on commit d9ed402

Please sign in to comment.