mirror of
https://github.com/actions/setup-dotnet.git
synced 2024-11-22 19:41:08 +07:00
Update installer.ts
* Removed unecessary imports
This commit is contained in:
parent
3de417d35c
commit
3894eede2d
@ -9,8 +9,6 @@ import {chmodSync} from 'fs';
|
||||
import * as os from 'os';
|
||||
import * as path from 'path';
|
||||
import * as semver from 'semver';
|
||||
import { stringWriter } from 'xmlbuilder';
|
||||
import { timingSafeEqual } from 'crypto';
|
||||
|
||||
const IS_WINDOWS = process.platform === 'win32';
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user