Files
Pumpkin/egg-pumpkin.json
MythicSorcerer d529a6676a fix(egg): initialize git submodules during install (#2456)
* Fix egg: initialize git submodules during install

The Pumpkin repo uses pumpkin-plugin-wit as a git submodule, but the
install script only does 'git clone --depth 1' without --recurse-submodules.
Add 'git submodule update --init --recursive --depth 1' after checkout
so the WIT files required by bindgen!/wit_bindgen::generate are available.

* Potential fix for pull request finding
2026-07-24 18:16:57 +02:00

5.3 KiB