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:
parent
6095cc4363
commit
470b5b92f9
5 changed files with 47 additions and 87 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue