Skip to content

Commit 8c0bb82

Browse files
committed
fix: fix make not being placed on PATH locally on mac
1 parent 356b929 commit 8c0bb82

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

dist/setup_cpp.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/setup_cpp.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/make/make.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { addPath } from "@actions/core"
1+
import { addPath } from "../utils/env/addEnv"
22
import { setupAptPack } from "../utils/setup/setupAptPack"
33
import { setupBrewPack } from "../utils/setup/setupBrewPack"
44
import { setupChocoPack } from "../utils/setup/setupChocoPack"

0 commit comments

Comments
 (0)