Skip to content

Commit

Permalink
feat: workflow cache
Browse files Browse the repository at this point in the history
  • Loading branch information
clement2026 committed Sep 4, 2024
1 parent b6590fb commit befaab5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,9 @@ jobs:
node-version: 22
cache: 'pnpm'
cache-dependency-path: 'ts/package.json'

- name: Install dependencies
run: pnpm install
run: cd ts && pnpm install

- uses: actions/setup-go@v5
with:
Expand Down

0 comments on commit befaab5

Please sign in to comment.