fix(ci): increase ulimit in ci
This commit is contained in:
parent
8af8db0714
commit
84e56f2668
2
.github/workflows/default.yaml
vendored
2
.github/workflows/default.yaml
vendored
@ -54,7 +54,7 @@ jobs:
|
||||
- name: 🏗️ Build site
|
||||
run: |
|
||||
# Install dependencies, build, and generate site output
|
||||
pnpm i && pnpm build
|
||||
ulimit -n 65536 && pnpm i && pnpm build
|
||||
|
||||
- name: 🔑 Configure rclone
|
||||
run: |
|
||||
|
Loading…
x
Reference in New Issue
Block a user