Skip to content

Commit

Permalink
Fixed FreeBSD rust from repo, fix OpenBSD shasum
Browse files Browse the repository at this point in the history
  • Loading branch information
michalszmidt committed Dec 4, 2023
1 parent bec0250 commit e92a148
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/release_freebsd_amd64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,11 @@ jobs:
cp ./FreeBSD.conf /usr/local/etc/pkg/repos/
pkg update
pkg upgrade -y
pkg install -y curl pkgconf openssl bash
curl https://sh.rustup.rs -sSf | sh -s -- -y
. $HOME/.cargo/env
pkg install -y curl pkgconf openssl bash rust
cargo install cargo-auditable cargo-audit
run: |
whoami
. $HOME/.cargo/env
ls -lah
rustc --version
cargo auditable build --release --locked
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release_openbsd_amd64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
cargo build --release --locked
cd target/release
mv hctl hctl-openbsd-amd64
sha256sum hctl-openbsd-amd64 > sha256-hctl-openbsd-amd64
shasum -a 256 hctl-openbsd-amd64 > sha256-hctl-openbsd-amd64
- name: Upload binaries to release
uses: svenstaro/upload-release-action@v2
Expand Down

0 comments on commit e92a148

Please sign in to comment.