Skip to content

Commit f8ed30d

Browse files
committed
Install @actions/tool-cache
1 parent 0561728 commit f8ed30d

File tree

2 files changed

+59
-2
lines changed

2 files changed

+59
-2
lines changed

package-lock.json

Lines changed: 57 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@
2626
"homepage": "https://github.com/sinoru/actions-setup-xcode#readme",
2727
"dependencies": {
2828
"@actions/core": "^1.2.5",
29-
"@actions/exec": "^1.0.4"
29+
"@actions/exec": "^1.0.4",
30+
"@actions/tool-cache": "^1.7.2"
3031
},
3132
"devDependencies": {
3233
"@vercel/ncc": "^0.27.0",

0 commit comments

Comments
 (0)