mirror of
https://github.com/rustfs/rustfs.git
synced 2026-01-17 01:30:33 +00:00
ci: fix e2e tests
This commit is contained in:
5
.github/actions/setup/action.yml
vendored
5
.github/actions/setup/action.yml
vendored
@@ -9,6 +9,9 @@ inputs:
|
||||
cache-shared-key:
|
||||
required: true
|
||||
default: ""
|
||||
cache-save-if:
|
||||
required: true
|
||||
default: true
|
||||
|
||||
runs:
|
||||
using: "composite"
|
||||
@@ -39,7 +42,9 @@ runs:
|
||||
- uses: Swatinem/rust-cache@v2
|
||||
with:
|
||||
cache-on-failure: true
|
||||
cache-all-crates: true
|
||||
shared-key: ${{ inputs.cache-shared-key }}
|
||||
save-if: ${{ inputs.cache-save-if }}
|
||||
|
||||
- uses: mlugg/setup-zig@v1
|
||||
- uses: taiki-e/install-action@cargo-zigbuild
|
||||
|
||||
Reference in New Issue
Block a user