feat: install Ninja if it was not available (#82)

* feat: install Ninja if generator is Ninja

* feat: only install ninja if it was not installed
This commit is contained in:
Alfi Maulana
2023-11-21 20:45:38 +07:00
committed by GitHub
parent ded3a0b2a3
commit dd1c44061d
4 changed files with 34 additions and 2 deletions

View File

@@ -9,7 +9,8 @@
},
"dependencies": {
"@actions/core": "^1.10.1",
"@actions/exec": "^1.1.1"
"@actions/exec": "^1.1.1",
"@actions/io": "^1.1.3"
},
"devDependencies": {
"@jest/globals": "^29.7.0",