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:
Alfi Maulana
2024-03-22 17:14:44 +07:00
committed by GitHub
parent ebf367c0a0
commit 4427f0f36d
6 changed files with 8 additions and 36 deletions

View File

@@ -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",