./chelf instead of chelf

This commit is contained in:
Luke Parker
2025-12-08 20:57:23 -05:00
parent 19c18af086
commit f4efa76e3f

View File

@@ -34,7 +34,7 @@ jobs:
cd chelf cd chelf
git checkout b2994186cea7b7d61a588fd06c1cc1ae75bcc21a git checkout b2994186cea7b7d61a588fd06c1cc1ae75bcc21a
make make
chelf -s $STACK ../monerod-chelf ./chelf -s $STACK ../monerod-chelf
cd .. cd ..
if [ ! "$(sha256sum monerod-muslstack)" = "$(sha256sum monerod-chelf)" ]; then if [ ! "$(sha256sum monerod-muslstack)" = "$(sha256sum monerod-chelf)" ]; then