This commit is contained in:
weisd
2025-06-11 18:30:33 +08:00
parent 3135c8017d
commit 8d636dba7f

View File

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