diff --git a/.github/workflows/ghbuild.yml b/.github/workflows/ghbuild.yml index 41ee90949a..80e281c9a3 100644 --- a/.github/workflows/ghbuild.yml +++ b/.github/workflows/ghbuild.yml @@ -637,7 +637,7 @@ jobs: fi if [ -f "input/scripts/strip_library_content.py" ]; then - python3 input/scripts/strip_library_content.py + docker exec -w /work ig-run python3 input/scripts/strip_library_content.py echo "✅ Library inline content stripped" else echo "⚠️ strip_library_content.py not available, skipping"