mirror of
https://github.com/threeal/cmake-action.git
synced 2026-02-02 03:50:55 +00:00
chore: bump gha-utils from 0.1.0 to 0.2.0 (#414)
Bumps [gha-utils](https://github.com/threeal/gha-utils) from 0.1.0 to 0.2.0. - [Release notes](https://github.com/threeal/gha-utils/releases) - [Commits](https://github.com/threeal/gha-utils/compare/v0.1.0...v0.2.0) --- updated-dependencies: - dependency-name: gha-utils dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Alfi Maulana <alfi.maulana.f@gmail.com>
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { error, setOutput } from "gha-utils";
|
||||
import { logError, setOutput } from "gha-utils";
|
||||
import { buildProject, configureProject } from "./cmake.js";
|
||||
import { getContext } from "./context.js";
|
||||
|
||||
@@ -13,6 +13,6 @@ try {
|
||||
buildProject(context);
|
||||
}
|
||||
} catch (err) {
|
||||
error(err);
|
||||
logError(err);
|
||||
process.exit(1);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user