3
0
Fork 0
mirror of https://github.com/Swatinem/rust-cache synced 2026-03-04 07:40:24 +00:00

force a cache

This commit is contained in:
Jonathan Kelley 2025-01-28 23:07:34 -08:00
parent 6095cc4363
commit 470b5b92f9
No known key found for this signature in database
GPG key ID: 1FBB50F7EB0A08BE
5 changed files with 47 additions and 87 deletions

View file

@ -1,12 +1,12 @@
// import * as core from "@actions/core";
// import * as io from "@actions/io";
import fs from "fs";
import path from "path";
// import { CARGO_HOME } from "./config";
// import { exists } from "./utils";
// import { Packages } from "./workspace";
import fs from "fs";
import path from "path";
export type MtimeData = {
roots: Array<string>,
times: Map<string, number>