update ci.yml

This commit is contained in:
weisd
2025-06-11 18:06:34 +08:00
parent 2cdd6ad192
commit 3135c8017d

View File

@@ -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: |