mirror of
https://github.com/Swatinem/rust-cache
synced 2026-09-07 20:03:24 +00:00
use rollup to do bundle splitting
this uses dynamic imports for the cache provider and should thus solve the deprecated import error when using warpbuild
This commit is contained in:
+1
-1
@@ -13,7 +13,7 @@ process.on("uncaughtException", (e) => {
|
||||
});
|
||||
|
||||
async function run() {
|
||||
const cacheProvider = getCacheProvider();
|
||||
const cacheProvider = await getCacheProvider();
|
||||
|
||||
const save = core.getInput("save-if").toLowerCase() || "true";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user