Skip to content

Commit

Permalink
Install cargo-workspaces before checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
willcrichton committed Aug 30, 2024
1 parent 5397320 commit b9d71a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pre-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,12 +105,12 @@ jobs:
needs: [update-frontend,update-server]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions-rs/[email protected]
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
Expand Down

0 comments on commit b9d71a3

Please sign in to comment.