Skip to content

Commit

Permalink
Move up toolchain cache
Browse files Browse the repository at this point in the history
  • Loading branch information
hellovai committed Jun 7, 2024
1 parent a59371d commit 230f30a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/primary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,6 @@ jobs:
runs-on: ${{ matrix._.host }}
steps:
- uses: actions/checkout@v4
- uses: Swatinem/rust-cache@v2
with:
workspaces: engine
# Install python set up
- uses: actions/setup-python@v5
with:
Expand All @@ -87,7 +84,10 @@ jobs:
- name: PNPM Install
run: pnpm install --frozen-lockfile
working-directory: engine/language_client_typescript

# Rust caching
- uses: Swatinem/rust-cache@v2
with:
workspaces: engine
# Build Node
- name: PNPM Build
run: ${{ matrix._.node_build }}
Expand Down

0 comments on commit 230f30a

Please sign in to comment.