3
0
Fork 0
mirror of https://github.com/Swatinem/rust-cache synced 2025-04-29 06:35:53 +00:00

damn im dumb, commit the js

This commit is contained in:
Jonathan Kelley 2025-01-28 18:49:43 -08:00
parent debe4b4f36
commit 9fdf1295a5
No known key found for this signature in database
GPG key ID: 1FBB50F7EB0A08BE
3 changed files with 136 additions and 20 deletions

View file

@ -1,11 +1,11 @@
import * as core from "@actions/core";
import * as io from "@actions/io";
// import * as io from "@actions/io";
import fs from "fs";
import path from "path";
import { CARGO_HOME } from "./config";
// import { CARGO_HOME } from "./config";
import { exists } from "./utils";
import { Packages } from "./workspace";
// import { Packages } from "./workspace";
export async function restoreIncremental(targetDir: string) {