Skip to content

Commit

Permalink
Merge pull request #8521 from LedgerHQ/support/fix-integration-workflow
Browse files Browse the repository at this point in the history
Fix integration workflow failure on windows
  • Loading branch information
angusbayley authored Nov 28, 2024
2 parents 51920d6 + 71987ae commit d4058aa
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tools/actions/composites/setup-caches/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,11 @@ runs:
shell: bash
run: proto use

- uses: pnpm/action-setup@v4
if: inputs.install-proto == 'true' && startsWith(env.CI_OS, 'windows')
with:
version: 9.12.3

- name: Get pnpm store directory
shell: bash
run: |
Expand Down

0 comments on commit d4058aa

Please sign in to comment.