mirror of
https://github.com/actions-rs/cargo.git
synced 2025-08-14 12:45:12 +00:00
Update main.js
This commit is contained in:
parent
ba60d415cf
commit
2cd6722dee
@ -5,7 +5,7 @@ import * as core from "@actions/core";
|
||||
import * as input from "./input";
|
||||
import { Cargo, Cross } from "action-core";
|
||||
|
||||
export async function run(actionInput: input.Input) {
|
||||
export async function run(actionInput) {
|
||||
let program;
|
||||
if (actionInput.useCross) {
|
||||
program = await Cross.getOrInstall();
|
||||
|
Loading…
x
Reference in New Issue
Block a user