mirror of
https://github.com/threeal/cmake-action.git
synced 2026-02-02 03:50:55 +00:00
feat: configure CMake from the JavaScript Action (#72)
* feat(action): modify to run `main/index.mjs` on Node 20 * feat: add configure cmake step * feat: output build directory * feat: get `source-dir` and `build-dir` inputs
This commit is contained in:
@@ -7,6 +7,10 @@
|
||||
"check": "sort-package-json && prettier --write . !main !README.md && eslint src",
|
||||
"test": "jest"
|
||||
},
|
||||
"dependencies": {
|
||||
"@actions/core": "^1.10.1",
|
||||
"@actions/exec": "^1.1.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@jest/globals": "^29.7.0",
|
||||
"@types/jest": "^29.5.8",
|
||||
|
||||
Reference in New Issue
Block a user