Skip to content

Commit

Permalink
fwfwe
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolasDorier committed Dec 18, 2024
1 parent 001dd11 commit 1bf05b1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Build/CI/install-env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions Build/CI/tests.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
#!/bin/bash
set -e

echo before
echo $PATH
cat ~/.bashrc
source ~/.bashrc

Expand Down

0 comments on commit 1bf05b1

Please sign in to comment.