Skip to content

Commit

Permalink
Install OS deps in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
oxplot committed Nov 7, 2022
1 parent 376b9df commit c6ce803
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,11 @@ jobs:
uses: actions/setup-go@v2
with:
go-version: 1.18
- name: Install OS deps
run: |
set -e
sudo apt update
sudo apt install -y libgtk-3-dev libglib2.0-dev libgdk-pixbuf2.0-dev
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v2
with:
Expand Down

0 comments on commit c6ce803

Please sign in to comment.