mirror of
https://github.com/house-of-vanity/khm.git
synced 2025-08-21 14:27:14 +00:00
Fix Release action
This commit is contained in:
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@@ -95,7 +95,7 @@ jobs:
|
||||
CC_aarch64_unknown_linux_gnu: aarch64-linux-gnu-gcc
|
||||
CXX_aarch64_unknown_linux_gnu: aarch64-linux-gnu-g++
|
||||
PKG_CONFIG_ALLOW_CROSS: 1
|
||||
run: cargo build --target ${{ matrix.build_target }} --release --bin khm --features cli
|
||||
run: cargo build --target ${{ matrix.build_target }} --release --bin khm --no-default-features --features cli
|
||||
|
||||
# - name: Build Linux MUSL (no GUI)
|
||||
# if: matrix.os == 'ubuntu-latest' && matrix.build_type == 'musl'
|
||||
|
@@ -17,6 +17,7 @@ path = "src/bin/cli.rs"
|
||||
[[bin]]
|
||||
name = "khm-desktop"
|
||||
path = "src/bin/desktop.rs"
|
||||
required-features = ["gui"]
|
||||
|
||||
[dependencies]
|
||||
actix-web = "4"
|
||||
|
Reference in New Issue
Block a user