improve install

This commit is contained in:
ruki
2025-01-14 23:00:42 +08:00
Unverified
parent 0e6e37e867
commit 138e25abc8
5 changed files with 49 additions and 87545 deletions
+14
View File
@@ -0,0 +1,14 @@
import * as core from '@actions/core';
import { exec } from '@actions/exec';
import * as io from '@actions/io';
import * as toolCache from '@actions/tool-cache';
import * as cache from '@actions/cache';
import * as os from 'os';
import * as fs from 'fs';
import * as path from 'path';
export async function loadBuildCache(): Promise<void> {
}
export async function saveBuildCache(): Promise<void> {
}