fix adding to bin path

This commit is contained in:
Dmitry Shibanov 2020-06-29 13:53:11 +03:00
parent 85b6f5f43e
commit d47eadc0ff
3 changed files with 5 additions and 3 deletions

View file

@ -3,7 +3,7 @@ import * as io from '@actions/io';
import * as tc from '@actions/tool-cache';
import fs from 'fs';
import cp from 'child_process';
import osm = require('os');
import osm from 'os';
import path from 'path';
import * as main from '../src/main';
import * as im from '../src/installer';