Skip to content

Commit

Permalink
Merge pull request #70 from tinkerbell/install-btrfs-devel
Browse files Browse the repository at this point in the history
Install btrfs devel
  • Loading branch information
Gianluca Arbezzano authored Mar 24, 2021
2 parents 4a76489 + b52a90b commit 7d878a8
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
- run: sudo apt-get update && sudo apt install -y libgpgme-dev libassuan-dev libdevmapper-dev btrfs-progs-devel
- name: Checkout code
uses: actions/checkout@v2
- uses: actions/setup-go@v2
Expand Down

0 comments on commit 7d878a8

Please sign in to comment.