mirror of
https://gitea.com/actions/setup-android.git
synced 2025-12-23 06:28:17 +00:00
Use fs-extra.moveSync instead of fs.renameSync to move cmdline-tools
fs.renameSync can't rename across drives.
This commit is contained in:
committed by
Dave Olsthoorn
parent
6bde8445cd
commit
999dabf39c
@@ -27,7 +27,8 @@
|
||||
"dependencies": {
|
||||
"@actions/cache": "^1.0.6",
|
||||
"@actions/core": "^1.2.6",
|
||||
"@actions/tool-cache": "^1.6.1"
|
||||
"@actions/tool-cache": "^1.6.1",
|
||||
"fs-extra": "^9.1.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/jest": "^26.0.20",
|
||||
|
||||
Reference in New Issue
Block a user