mirror of
https://github.com/threeal/cmake-action.git
synced 2026-02-02 03:50:55 +00:00
feat: use child process package to execute command (#391)
* feat: use `execFileSync` from `node:child_process` package * feat: modify `configureProject` function to be sync * feat: modify `buildProject` function to be sync * feat: display command output to the parent output
This commit is contained in:
@@ -9,8 +9,7 @@
|
||||
"test": "jest"
|
||||
},
|
||||
"dependencies": {
|
||||
"@actions/core": "^1.10.1",
|
||||
"@actions/exec": "^1.1.1"
|
||||
"@actions/core": "^1.10.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@eslint/js": "^9.8.0",
|
||||
|
||||
Reference in New Issue
Block a user