adapted from the example given from roblox’s own example code where they use the Open Cloud Engine API ([Beta] Open Cloud Engine API for Executing Luau). when running the rojo build, it gives me the following output:
[ERROR rojo] Rojo project referred to a file using $path that could not be turned into a Roblox Instance by Rojo.
Check that the file exists and is a file type known by Rojo.
the structure it’s importing looks like this:
"Packages": {
"$path": "Packages"
},
but it say it cant find the folder Packages. I ensured that wally did correctly install TestEZ, and I tried structuring the import like so as well:
TLDR: when rojo is trying to build out the file, it encounters an error where it cant find the package TestEZ. Ive verified TestEZ is definitely being installed, but for some reason when built out on the pipeline, it can’t find it. I’m using GithubActions.
I didn’t realize it moved to a clean environment (which should’ve been obvious from the caching in the first place), The solution is just a simple cache of the Packages directory.