mirror of
https://github.com/actions-rs/cargo.git
synced 2025-05-04 01:29:21 +03:00
Update main.js
This commit is contained in:
parent
ba60d415cf
commit
2cd6722dee
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue