diff --git a/.github/workflows/build-binaries.yml b/.github/workflows/build-binaries.yml index 1b1f2370d..fb565aaf1 100644 --- a/.github/workflows/build-binaries.yml +++ b/.github/workflows/build-binaries.yml @@ -45,6 +45,7 @@ jobs: - if: ${{ runner.os != 'Linux' }} uses: Swatinem/rust-cache@e18b497796c12c097a38f9edb9d0641fb99eee32 # v2 with: + cache-bin: false workspaces: temporalio/bridge -> target - uses: astral-sh/setup-uv@cec208311dfd045dd5311c1add060b2062131d57 # v8 - run: uv sync --all-extras diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6294f6d9a..59282e249 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -46,6 +46,7 @@ jobs: components: "clippy" - uses: Swatinem/rust-cache@e18b497796c12c097a38f9edb9d0641fb99eee32 # v2 with: + cache-bin: false workspaces: temporalio/bridge -> target - uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5 with: @@ -111,6 +112,7 @@ jobs: - uses: dtolnay/rust-toolchain@29eef336d9b2848a0b548edc03f92a220660cdb8 # stable - uses: Swatinem/rust-cache@e18b497796c12c097a38f9edb9d0641fb99eee32 # v2 with: + cache-bin: false workspaces: temporalio/bridge -> target - uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5 with: @@ -147,6 +149,7 @@ jobs: components: "clippy" - uses: Swatinem/rust-cache@e18b497796c12c097a38f9edb9d0641fb99eee32 # v2 with: + cache-bin: false workspaces: temporalio/bridge -> target - uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5 with: @@ -185,6 +188,7 @@ jobs: - uses: dtolnay/rust-toolchain@29eef336d9b2848a0b548edc03f92a220660cdb8 # stable - uses: Swatinem/rust-cache@e18b497796c12c097a38f9edb9d0641fb99eee32 # v2 with: + cache-bin: false workspaces: temporalio/bridge -> target - uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5 with: diff --git a/.github/workflows/nightly-throughput-stress.yml b/.github/workflows/nightly-throughput-stress.yml index 65d71bf8d..46d33eb77 100644 --- a/.github/workflows/nightly-throughput-stress.yml +++ b/.github/workflows/nightly-throughput-stress.yml @@ -91,6 +91,7 @@ jobs: - name: Setup Rust cache uses: Swatinem/rust-cache@e18b497796c12c097a38f9edb9d0641fb99eee32 # v2 with: + cache-bin: false workspaces: temporalio/bridge -> target - name: Setup Python diff --git a/.github/workflows/run-bench.yml b/.github/workflows/run-bench.yml index a5a874a30..eb2868bb2 100644 --- a/.github/workflows/run-bench.yml +++ b/.github/workflows/run-bench.yml @@ -37,6 +37,7 @@ jobs: toolchain: stable - uses: Swatinem/rust-cache@e18b497796c12c097a38f9edb9d0641fb99eee32 # v2 with: + cache-bin: false workspaces: temporalio/bridge -> target - uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5 with: