Skip to content

Commit

Permalink
add x11 library in gh actions
Browse files Browse the repository at this point in the history
  • Loading branch information
adelowo committed Jan 1, 2025
1 parent 493d84e commit ac67116
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/deploy_to_linode.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@ jobs:
curl -L https://github.com/golang-migrate/migrate/releases/download/v4.18.1/migrate.linux-amd64.tar.gz | tar xvz
sudo mv migrate /usr/local/bin/migrate
- name: Install X11 development libraries
run: |
sudo apt-get update
sudo apt-get install -y libx11-dev
- uses: actions/setup-go@v5
- name: Build app
run: go build -o sdump ./cmd
Expand Down

0 comments on commit ac67116

Please sign in to comment.