From 3135c8017d657df4dc58922ea1ccc56b3b9ed20e Mon Sep 17 00:00:00 2001 From: weisd Date: Wed, 11 Jun 2025 18:06:34 +0800 Subject: [PATCH] update ci.yml --- .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 ec95117e5..7aec83d9e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -87,6 +87,11 @@ 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 @@ -97,11 +102,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 - - name: Run s3s-e2e timeout-minutes: 10 run: |