Skip to content

Commit

Permalink
add build dependencies step on gh workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgerojas26 committed Aug 3, 2024
1 parent 152cebe commit a43d402
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,16 +25,10 @@ jobs:
name: Golangci-lint
uses: golangci/[email protected]

- name: Set up GCC
uses: egor-tensin/setup-gcc@v1
with:
version: latest
platform: x64

- name: Install libx11-dev
- name: Install build dependencies
run: |
sudo apt-get update
sudo apt-get install -y libx11-dev
apt-get update
apt-get install -y build-essential libc6-dev
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v6
Expand Down

0 comments on commit a43d402

Please sign in to comment.