Skip to content

Commit

Permalink
(fix) CI: build dependencies in Goreleaser (#97)
Browse files Browse the repository at this point in the history
  • Loading branch information
kbdharun authored Aug 8, 2023
1 parent 770ecd6 commit 6793864
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,10 @@ jobs:
- name: Install build dependencies
run: |
apt-get update
apt-get install -y pkg-config build-essential
apt-get install -y libbtrfs-dev libdevmapper-dev libgpgme-dev pkg-config build-essential
- name: Build
run: go build -o abrootv2

- name: Test
run: go test -v ./tests/...

- name: Compress
run: tar -czvf abrootv2.tar.gz abrootv2
Expand Down

0 comments on commit 6793864

Please sign in to comment.