From b9d71a3c2a72d6509a9f67b3525f255bb77aad84 Mon Sep 17 00:00:00 2001 From: Will Crichton Date: Thu, 29 Aug 2024 19:28:38 -0700 Subject: [PATCH] Install cargo-workspaces before checkout --- .github/workflows/pre-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pre-release.yml b/.github/workflows/pre-release.yml index ea482697c..d8a3ff7b5 100644 --- a/.github/workflows/pre-release.yml +++ b/.github/workflows/pre-release.yml @@ -105,12 +105,12 @@ jobs: needs: [update-frontend,update-server] runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 - uses: actions-rs/install@v0.1 with: crate: cargo-workspaces version: latest use-tool-cache: true + - uses: actions/checkout@v3 - name: Quick Setup uses: ./.github/workflows/quick-setup # Run cargo build to ensure crates/mdbook-aquascope/js is populated