Create cache file.

This commit is contained in:
Miles Johnson 2023-11-17 09:51:54 -08:00
parent 131628d94f
commit d87f327046
5 changed files with 94 additions and 68 deletions

View file

@ -5,7 +5,8 @@ import * as core from '@actions/core';
import * as exec from '@actions/exec';
import * as io from '@actions/io';
import * as tc from '@actions/tool-cache';
import { CARGO_HOME, installBins, restoreCache } from './src/cargo';
import { CARGO_HOME } from './src/cache';
import { installBins, restoreCache } from './src/cargo';
import { installToolchain } from './src/rust';
export async function installRustup() {