More details

pull/1416/head
Quentin VIGNAUD 2 months ago
parent 972ab83a61
commit 3cb7f77ab4

@ -73,7 +73,9 @@ treatment buildTestAyaForArch[logger: Logger, runner: CicdRunnerEngine, github_c
//${bash -c "curl -L --proto '=https' --tlsv1.2 -sSf https://raw.githubusercontent.com/taiki-e/install-action/refs/heads/cargo-hack/main.sh | bash -"},
${bash -c "curl -L --proto '=https' --tlsv1.2 -sSf https://raw.githubusercontent.com/taiki-e/setup-cross-toolchain-action/refs/tags/v1/main.sh | bash -"},
"cat /tmp/github.env",
"tree /usr/bin"
"echo Printenv:",
"printenv",
"tree /usr"
]),
environment = |wrap<Environment>(
|environment(

Loading…
Cancel
Save