From 3161e6f08d61e27b1ac32571e8e662e7e1a41835 Mon Sep 17 00:00:00 2001 From: Alexandr Bogomiakov Date: Thu, 24 Jul 2025 00:15:42 +0300 Subject: [PATCH] Drop ui check CI --- .github/workflows/main.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 294ba1b..bc4f269 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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