Skip to content

Commit

Permalink
chore: update github action to install dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
linhx committed Sep 4, 2023
1 parent b834599 commit 5ac757f
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,15 @@ jobs:
with:
go-version: '1.20'

- name: Install libgtk-3-dev
run: |
sudo apt-get update
sudo apt-get install -y libgtk-3-dev
- name: Install dependencies
run: |
go get .
- name: Build
run: go build .

Expand Down

0 comments on commit 5ac757f

Please sign in to comment.