Skip to content

Commit

Permalink
fix/ci: vendor packages
Browse files Browse the repository at this point in the history
  • Loading branch information
matbme committed May 21, 2024
1 parent c9e8c88 commit 9fb81a0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deb-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ jobs:
- name: Install needed packages
run: apt update && apt install dpkg-dev build-essential debhelper libbtrfs-dev libdevmapper-dev libgpgme-dev lvm2 dh-golang golang-go gcc pkg-config make -y

- name: Vendor dependencies
run: go mod vendor

- name: Build debian package
run: |
make deb
Expand Down

0 comments on commit 9fb81a0

Please sign in to comment.