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 name: build and test
runInContainer: true runInContainer: true
image: '@property:ciBuildImage@' image: '@property:ciBuildImage@'
runAs: '0:0'
useTTY: false
interpreter: interpreter:
type: DefaultInterpreter type: DefaultInterpreter
commands: | commands: |
@ -50,7 +52,7 @@ jobs:
bash ci/setup-toolchain.sh bash ci/setup-toolchain.sh
corepack enable corepack enable
corepack prepare pnpm@10.33.2 --activate corepack prepare pnpm@@10.33.2 --activate
export CI=true export CI=true
export HOME="$(pwd)" export HOME="$(pwd)"