aboutsummaryrefslogtreecommitdiffstats
path: root/tooling/github/setup/action.yml
diff options
context:
space:
mode:
authorMohamed Bassem <me@mbassem.com>2024-10-20 18:44:34 +0000
committerMohamed Bassem <me@mbassem.com>2024-10-20 18:44:34 +0000
commit5b20d970c0619264240b233f5c4027e01114737d (patch)
tree40d05d4094f802620c04e43c720f526eabf8d60b /tooling/github/setup/action.yml
parent09d29e43ce7cdcaf5e8ef165f585980da00fc8b4 (diff)
downloadkarakeep-5b20d970c0619264240b233f5c4027e01114737d.tar.zst
ci: Fix build by adding corepack enable to CI
Diffstat (limited to '')
-rw-r--r--tooling/github/setup/action.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/tooling/github/setup/action.yml b/tooling/github/setup/action.yml
index ee1b4f8d..32b75db9 100644
--- a/tooling/github/setup/action.yml
+++ b/tooling/github/setup/action.yml
@@ -15,6 +15,9 @@ runs:
run: pnpm add -g turbo
- shell: bash
+ run: corepack enable
+
+ - shell: bash
run: pnpm install
env:
PUPPETEER_SKIP_DOWNLOAD: "true"