no-bug: update script execution to use bash for mar_sign.sh (gh-13181)

This commit is contained in:
mr. m
2026-04-09 19:57:59 +02:00
committed by GitHub
parent 270db6d671
commit 5163cf68d6

View File

@@ -10,7 +10,7 @@ fi
. $HOME/.cargo/env
sh ./scripts/mar_sign.sh -i
bash ./scripts/mar_sign.sh -i
ulimit -n 4096