Skip to content

Commit

Permalink
Merge pull request #168 from taukakao/fix-pr-workflow
Browse files Browse the repository at this point in the history
fix missing dependency in go-pr workflow
  • Loading branch information
mirkobrombin authored Dec 16, 2023
2 parents d0160c5 + 4b3e741 commit 81d9306
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Install build dependencies
run: |
apt-get update
apt-get install -y libbtrfs-dev libdevmapper-dev libgpgme-dev pkg-config build-essential
apt-get install -y libbtrfs-dev libdevmapper-dev libgpgme-dev pkg-config build-essential libdpkg-dev
- name: Build
run: go build -o abrootv2
Expand Down

0 comments on commit 81d9306

Please sign in to comment.