From 1bf05b1ee49960ae8303c6bfcadeebb6e4f6c02b Mon Sep 17 00:00:00 2001 From: "nicolas.dorier" Date: Wed, 18 Dec 2024 12:34:56 +0900 Subject: [PATCH] fwfwe --- Build/CI/install-env.sh | 2 +- Build/CI/tests.sh | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Build/CI/install-env.sh b/Build/CI/install-env.sh index 353e2755a..8cd6e89de 100755 --- a/Build/CI/install-env.sh +++ b/Build/CI/install-env.sh @@ -3,7 +3,7 @@ wget https://dot.net/v1/dotnet-install.sh -O dotnet-install.sh echo 'export DOTNET_ROOT=$HOME/.dotnet' >> ~/.bashrc -echo 'export PATH=$PATH:$DOTNET_ROOT:$DOTNET_ROOT/tools' >> ~/.bashrc +echo 'export PATH=$PATH:$DOTNET_ROOT:$DOTNET_ROOT/toolstamere' >> ~/.bashrc source ~/.bashrc cat ~/.bashrc diff --git a/Build/CI/tests.sh b/Build/CI/tests.sh index 50af3e0c8..281228a2c 100755 --- a/Build/CI/tests.sh +++ b/Build/CI/tests.sh @@ -1,6 +1,8 @@ #!/bin/bash set -e +echo before +echo $PATH cat ~/.bashrc source ~/.bashrc