Skip to content

Commit

Permalink
fix(actions): install libcryptsetup dep in release action (#77)
Browse files Browse the repository at this point in the history
  • Loading branch information
derektamsen committed Apr 15, 2023
1 parent 39ca48b commit 8713e31
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v4

- name: Install dependencies
run: |
sudo apt update && sudo apt install -y libcryptsetup-dev
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v4
with:
Expand Down

0 comments on commit 8713e31

Please sign in to comment.