Skip to content

Commit

Permalink
don't go to system root folder
Browse files Browse the repository at this point in the history
  • Loading branch information
cb-elileers committed Nov 19, 2024
1 parent 01d31ee commit bcf14d3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/actions/analyzer-action/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ install_foundry() {
}

install_4naly3er() {
PREINSTALLPATH=$(pwd)
# Download the forked repo and CD in
cd /tmp/
git clone https://github.com/cb-elileers/analyzer
Expand All @@ -135,7 +136,7 @@ install_4naly3er() {
# Save 4naly3er path in TOOLPWD
TOOLPWD=$(pwd)
# Return to the previous directory
cd ..
cd $PREINSTALLPATH
}

install_deps() {
Expand Down

0 comments on commit bcf14d3

Please sign in to comment.