From 055c203e57cda7860d2baf17bce27bd830077734 Mon Sep 17 00:00:00 2001 From: Yota Toyama Date: Wed, 17 Jan 2024 21:59:11 +0900 Subject: [PATCH] Fix --- .github/workflows/release.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index b8dc5d596d..da81127943 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -13,7 +13,9 @@ jobs: environment: ${{ github.ref == 'refs/heads/main' && 'release' || 'test' }} steps: - uses: actions/checkout@v4 - - uses: raviqqe/cargo-cache@v1 + - uses: swatinem/rust-cache@v2 + - uses: homebrew/actions/setup-homebrew@master + - run: tools/setup.sh - run: cargo install cargo-workspaces - run: cargo workspaces publish -y --from-git env: