Skip to content

Commit

Permalink
Update links in run.sh script
Browse files Browse the repository at this point in the history
  • Loading branch information
TiejunMS committed Jan 12, 2024
1 parent 0ca8afe commit 8010525
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/guix_test/cmake/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ cd $(dirname $0)

# if threadx repo does not exist, clone it
[ -d threadx ] ||
git clone https://github.com/azure-rtos/threadx.git
git clone https://github.com/eclipse-threadx/threadx.git

[ -f .run.sh ] || ln -sf threadx/scripts/cmake_bootstrap.sh .run.sh
./.run.sh $*
Expand Down

0 comments on commit 8010525

Please sign in to comment.