Fix Release action

This commit is contained in:
Alexandr Bogomiakov
2025-07-24 03:29:36 +03:00
parent 18db65c612
commit 6bc817172d
2 changed files with 4 additions and 4 deletions

View File

@@ -95,10 +95,6 @@ jobs:
CARGO_TARGET_AARCH64_UNKNOWN_LINUX_GNU_LINKER: aarch64-linux-gnu-gcc
CC_aarch64_unknown_linux_gnu: aarch64-linux-gnu-gcc
CXX_aarch64_unknown_linux_gnu: aarch64-linux-gnu-g++
PKG_CONFIG_ALLOW_CROSS: 1
# Use vendored OpenSSL to avoid cross-compilation issues
OPENSSL_STATIC: 1
OPENSSL_VENDORED: 1
run: cargo build --target ${{ matrix.build_target }} --release --bin khm --no-default-features --features cli
# - name: Build Linux MUSL (no GUI)