From 8d636dba7f306d5d5b52ee4974bc013cf08c6e77 Mon Sep 17 00:00:00 2001 From: weisd Date: Wed, 11 Jun 2025 18:30:33 +0800 Subject: [PATCH] fix ci --- .github/workflows/ci.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7aec83d9..44f6d75a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -69,6 +69,11 @@ jobs: cache-on-failure: true cache-all-crates: true + - name: Install system dependencies + run: | + sudo apt update + sudo apt install -y musl-tools build-essential lld libdbus-1-dev libwayland-dev libwebkit2gtk-4.1-dev libxdo-dev + - name: Test run: cargo test --all --exclude e2e_test @@ -87,11 +92,6 @@ jobs: name: rustfs path: ./target/artifacts/* - - name: Install system dependencies - run: | - sudo apt-get update - sudo apt-get install -y libglib2.0-dev pkg-config libzstd-dev - - name: Install s3s-e2e run: | cargo install s3s-e2e --git https://github.com/Nugine/s3s.git