TBS1996 / ocean-chat

GNU General Public License v3.0
3 stars 1 forks source link

Use another cache if no caches are found #106

Closed neeleshpoli closed 2 months ago

neeleshpoli commented 2 months ago

Not sure why there is cache misses when the cache keys have the exact same names. This uses any cache if there is a cache miss.

neeleshpoli commented 2 months ago

Oh lol that didn't work for some reason

neeleshpoli commented 2 months ago

So apparently caches can only be accessed by the same branch so building process might have to be moved to pushes to the main branch.

TBS1996 commented 2 months ago

so, i guess this is a draft again then?

neeleshpoli commented 2 months ago

Nope I think it's ready. Instead of compiling every pull request, it will just build on pushes into main. On PRs it'll run cargo check and fail if there are any errors. Just want someone else to make sure that it is good.