Skip to content

Commit

Permalink
bust more cache
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronvg committed Nov 4, 2024
1 parent 88976f1 commit 9e8f729
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/build-typescript-release.reusable.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,10 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: 20
cache: pnpm
cache-dependency-path: |
engine/language_client_typescript/pnpm-lock.yaml
cache: false
# cache: pnpm
# cache-dependency-path: |
# engine/language_client_typescript/pnpm-lock.yaml
- uses: dtolnay/rust-toolchain@stable
with:
toolchain: stable
Expand Down

0 comments on commit 9e8f729

Please sign in to comment.