Skip to content

Commit

Permalink
Update CI for gdk
Browse files Browse the repository at this point in the history
  • Loading branch information
oxplot committed Mar 29, 2022
1 parent 8d2064a commit 2703878
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,10 @@ jobs:
with:
go-version: '1.18'
- name: Dependencies
run: sudo apt update && sudo apt install -y libgl1-mesa-dev xorg-dev
run: |
set -e
sudo apt update
sudo apt install -y libgtk-3-dev libglib2.0-dev libgdk-pixbuf2.0-dev
- name: Build
run: go build -o pdfrankenstein
- uses: actions/upload-artifact@v1
Expand Down

0 comments on commit 2703878

Please sign in to comment.