From f4efa76e3f55a6e75f83b0bc4fcd203932466453 Mon Sep 17 00:00:00 2001 From: Luke Parker Date: Mon, 8 Dec 2025 20:57:23 -0500 Subject: [PATCH] `./chelf` instead of `chelf` --- .github/workflows/stack_size.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/stack_size.yml b/.github/workflows/stack_size.yml index 0123ea6a..a30b8e0f 100644 --- a/.github/workflows/stack_size.yml +++ b/.github/workflows/stack_size.yml @@ -34,7 +34,7 @@ jobs: cd chelf git checkout b2994186cea7b7d61a588fd06c1cc1ae75bcc21a make - chelf -s $STACK ../monerod-chelf + ./chelf -s $STACK ../monerod-chelf cd .. if [ ! "$(sha256sum monerod-muslstack)" = "$(sha256sum monerod-chelf)" ]; then