fix(ci): set CommandStep runAs and escape @ in pnpm version

This commit is contained in:
Camille 2026-05-30 00:32:42 +02:00
parent 343ed1af1f
commit 85de652fea

View file

@ -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)"