diff options
| author | Mohamed Bassem <me@mbassem.com> | 2024-10-20 18:44:34 +0000 |
|---|---|---|
| committer | Mohamed Bassem <me@mbassem.com> | 2024-10-20 18:44:34 +0000 |
| commit | 5b20d970c0619264240b233f5c4027e01114737d (patch) | |
| tree | 40d05d4094f802620c04e43c720f526eabf8d60b /tooling/github/setup | |
| parent | 09d29e43ce7cdcaf5e8ef165f585980da00fc8b4 (diff) | |
| download | karakeep-5b20d970c0619264240b233f5c4027e01114737d.tar.zst | |
ci: Fix build by adding corepack enable to CI
Diffstat (limited to 'tooling/github/setup')
| -rw-r--r-- | tooling/github/setup/action.yml | 3 |
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" |
