Skip to content

Commit

Permalink
ci: Fix build by adding corepack enable to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
MohamedBassem committed Oct 20, 2024
1 parent 09d29e4 commit 5b20d97
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tooling/github/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ runs:
- shell: bash
run: pnpm add -g turbo

- shell: bash
run: corepack enable

- shell: bash
run: pnpm install
env:
Expand Down

0 comments on commit 5b20d97

Please sign in to comment.