mirror of
https://github.com/house-of-vanity/khm.git
synced 2025-08-21 14:27:14 +00:00
Drop ui check CI
This commit is contained in:
6
.github/workflows/main.yml
vendored
6
.github/workflows/main.yml
vendored
@@ -82,12 +82,6 @@ jobs:
|
||||
uses: gmiam/rust-musl-action@master
|
||||
with:
|
||||
args: |
|
||||
sed -i 's/deb.debian.org/archive.debian.org/g' /etc/apt/sources.list
|
||||
sed -i 's/security.debian.org/archive.debian.org/g' /etc/apt/sources.list
|
||||
sed -i '/updates/d' /etc/apt/sources.list
|
||||
apt-get update && apt-get install -y pkg-config libssl-dev musl-dev
|
||||
export PKG_CONFIG_ALLOW_CROSS=1
|
||||
export RUSTFLAGS="-C target-feature=+crt-static"
|
||||
cargo build --target ${{ matrix.build_target }} --release --no-default-features --features server
|
||||
|
||||
- name: Build MacOS
|
||||
|
Reference in New Issue
Block a user