I managed to set up a GitHub action to build an ISO and everything went well for the first build.
However the second and 4 other tries failed because the process is trying download packages from mirror.moson.org
which doesn’t seem to serve any manjaro packages right now. Odd it keeps reaching out to the same mirror? Is it hard-coded somewhere?
You can see the workflow history here
:: Synchronizing package databases...
error: failed retrieving file 'core.db' from mirror.moson.org : The requested URL returned error: 404
error: failed to synchronize all databases (failed to retrieve some files)
I tried using custom-repo
field of the action but it fails as well. Is there any other way we can supply a custom mirror?