Skip to content

Commit

Permalink
fix/ci: add missing dep to release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
kbdharun committed Jul 22, 2024
1 parent d228cbb commit 5e74f42
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ jobs:
with:
go-version: 1.22

- name: Install build dependencies
- name: Install Build Dependencies
run: |
apt-get update
apt-get install -y libbtrfs-dev libdevmapper-dev libgpgme-dev pkg-config build-essential
apt-get update
apt-get install -y libbtrfs-dev libdevmapper-dev libgpgme-dev pkg-config build-essential libdpkg-dev
- name: Build
run: go build -o abrootv2 -ldflags="-X 'main.Version=${{ github.ref_name }}'"
Expand Down

0 comments on commit 5e74f42

Please sign in to comment.