fix(ci): set CommandStep runAs and escape @ in pnpm version
This commit is contained in:
parent
343ed1af1f
commit
85de652fea
1 changed files with 3 additions and 1 deletions
|
|
@ -41,6 +41,8 @@ jobs:
|
|||
name: build and test
|
||||
runInContainer: true
|
||||
image: '@property:ciBuildImage@'
|
||||
runAs: '0:0'
|
||||
useTTY: false
|
||||
interpreter:
|
||||
type: DefaultInterpreter
|
||||
commands: |
|
||||
|
|
@ -50,7 +52,7 @@ jobs:
|
|||
bash ci/setup-toolchain.sh
|
||||
|
||||
corepack enable
|
||||
corepack prepare pnpm@10.33.2 --activate
|
||||
corepack prepare pnpm@@10.33.2 --activate
|
||||
|
||||
export CI=true
|
||||
export HOME="$(pwd)"
|
||||
|
|
|
|||
Loading…
Reference in a new issue