0
0
Fork 0
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:
Rin Arakaki 2023-02-13 03:36:33 +09:00 committed by GitHub
parent ba60d415cf
commit 2cd6722dee
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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();