add cache status

This commit is contained in:
ruki
2025-01-14 00:54:38 +08:00
Unverified
parent 4bb9c40bd5
commit a72e3cb041
4 changed files with 33 additions and 1 deletions
+6
View File
@@ -5,6 +5,12 @@ import { selectVersion } from './versions';
import { winInstall } from './win-install';
import { unixInstall } from './unix-install';
async function cacheBuild(): Promise<void> {
}
async function cachePackages(): Promise<void> {
}
async function run(): Promise<void> {
try {
const version = await selectVersion();