mirror of https://github.com/aminya/setup-cpp
fix: fix make not being placed on PATH locally on mac
This commit is contained in:
parent
356b929a7e
commit
8c0bb82b63
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -1,4 +1,4 @@
|
|||
import { addPath } from "@actions/core"
|
||||
import { addPath } from "../utils/env/addEnv"
|
||||
import { setupAptPack } from "../utils/setup/setupAptPack"
|
||||
import { setupBrewPack } from "../utils/setup/setupBrewPack"
|
||||
import { setupChocoPack } from "../utils/setup/setupChocoPack"
|
||||
|
|
Loading…
Reference in New Issue