From dcea7a222837e8f6431d2bb777e42785f382f0f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vincent=20No=C3=ABl?= Date: Wed, 5 Feb 2025 15:45:09 -0300 Subject: [PATCH] Fix MaBoSS path --- .github/workflows/maboss-macos.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/maboss-macos.yml b/.github/workflows/maboss-macos.yml index 84fe495f..8c1070f0 100644 --- a/.github/workflows/maboss-macos.yml +++ b/.github/workflows/maboss-macos.yml @@ -104,7 +104,7 @@ jobs: - name: Test MaBoSS run: | - otool -L MaBoSS + otool -L engine/pub/MaBoSS bash scripts/run_tests.sh maboss_binary_macos: