Skip to content

Commit

Permalink
chore: install btrfs-progs as an attempt to make get-binaries script …
Browse files Browse the repository at this point in the history
…to work

Signed-off-by: Gianluca Arbezzano <[email protected]>
  • Loading branch information
Gianluca Arbezzano committed Mar 24, 2021
1 parent 7d878a8 commit cfb1781
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tags.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
release:
runs-on: ubuntu-latest
steps:
- run: sudo apt-get update && sudo apt install -y libgpgme-dev libassuan-dev libdevmapper-dev btrfs-progs-devel
- run: sudo apt-get update && sudo apt install -y libgpgme-dev libassuan-dev libdevmapper-dev btrfs-progs libbtrfs-dev
- name: Checkout code
uses: actions/checkout@v2
- uses: actions/setup-go@v2
Expand Down

0 comments on commit cfb1781

Please sign in to comment.