Skip to content

Commit

Permalink
Fix failure checks (#545)
Browse files Browse the repository at this point in the history
  • Loading branch information
HarithaVattikuti authored Aug 28, 2024
1 parent dbebe35 commit 9be03d3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions externals/install-dotnet.sh
Original file line number Diff line number Diff line change
Expand Up @@ -331,6 +331,10 @@ get_machine_architecture() {
echo "riscv64"
return 0
;;
powerpc|ppc)
echo "ppc"
return 0
;;
esac
fi

Expand Down

0 comments on commit 9be03d3

Please sign in to comment.