Hello,
I'm trying to auto-build my application through Github actions however I'm running into this problem
[1/253] Performing build step for 'mcuboot_subimage'
ninja: error: '/github/workspace/bootloader/mcuboot/sgn-rsa-2048.pem', needed by 'zephyr/autogen-pubkey.c', missing and no known rule to make it
When I try to run this locally it works perfectly fine however with the Action this fails and breaks. What could be the problem?