mirror of
https://github.com/threeal/cmake-action.git
synced 2026-02-02 03:50:55 +00:00
feat: remove support for auto-install Ninja (#258)
* feat: remove support for auto-installing Ninja * ci: add step for setting up Ninja in `test-action-with-custom-tools` job * docs: update readme related to auto-install Ninja support removal
This commit is contained in:
@@ -10,8 +10,7 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@actions/core": "^1.10.1",
|
||||
"@actions/exec": "^1.1.1",
|
||||
"@actions/io": "^1.1.3"
|
||||
"@actions/exec": "^1.1.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@jest/globals": "^29.7.0",
|
||||
|
||||
Reference in New Issue
Block a user