Skip to content

Commit

Permalink
Try to add freebsd target
Browse files Browse the repository at this point in the history
  • Loading branch information
hustcer committed Sep 21, 2024
1 parent 4dce9a6 commit c74ca2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-pkg.nu
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ if $os in ['macos-latest'] or $USE_UBUNTU {
}

def 'cargo-build-nu' [] {
if $os == 'windows-latest' {
if $os == 'windows-latest' or $target == 'x86_64-unknown-freebsd' {
cargo build --release --all --target $target
} else {
cargo build --release --all --target $target --features=static-link-openssl
Expand Down

0 comments on commit c74ca2c

Please sign in to comment.