Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
ctz committed Apr 29, 2024
1 parent 25964d2 commit 40e95bc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/libssl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,9 @@ jobs:
run: cargo install cargo-get

- name: Install nfpm
run: go install github.com/goreleaser/nfpm/v2/cmd/nfpm@latest
run: |
go install github.com/goreleaser/nfpm/v2/cmd/nfpm@latest
echo PATH=$PATH:$HOME/go/bin >> $GITHUB_ENV
- name: Build packages
run: make package PROFILE=release
Expand Down

0 comments on commit 40e95bc

Please sign in to comment.