[go: up one dir, main page]

Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(sdk): add cmdlineToolsVersion override #87

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
fix(sdk): fix import typo
  • Loading branch information
Malinskiy committed Aug 6, 2024
commit 1e9accce53fac4f6d0e4eac716bbd79fdd7c9a0d
2 changes: 0 additions & 2 deletions emulator-run-cmd/src/sdk.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import *
import * as core from "@actions/core";
import execWithResult, { execIgnoreFailure } from "./exec-with-result";
import * as fs from "fs";
Expand Down Expand Up @@ -285,4 +284,3 @@ export class SdkFactory {
async function writeLicenseFile(file: string, content: string) {
await writeFileAsync(file, content);
}