Commit 139285a
committed
ci(repo): use working-directory for baseline worktree steps
pnpm 10 mishandles `pnpm --dir <path> <non-builtin> ...`, treating the
path as the command to execute and erroring with
ERR_PNPM_RECURSIVE_EXEC_FIRST_FAIL. Switching the worktree-fallback
install/build/snapshot steps to GHA's `working-directory:` avoids the
flag entirely.1 parent 4454275 commit 139285a
1 file changed
Lines changed: 6 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
134 | 134 | | |
135 | 135 | | |
136 | 136 | | |
137 | | - | |
| 137 | + | |
| 138 | + | |
138 | 139 | | |
139 | 140 | | |
140 | 141 | | |
141 | | - | |
| 142 | + | |
| 143 | + | |
142 | 144 | | |
143 | 145 | | |
144 | 146 | | |
| 147 | + | |
145 | 148 | | |
146 | | - | |
| 149 | + | |
147 | 150 | | |
148 | 151 | | |
149 | 152 | | |
| |||
0 commit comments