We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38dcc61 commit ebb70dfCopy full SHA for ebb70df
.appveyor.yml
@@ -17,7 +17,6 @@ platform: x64
17
# If the build is successful, AppVeyor caches these files and
18
# directories for future builds
19
cache:
20
- - C:\Strawberry -> .appveyor_clear_cache.txt
21
- C:\Rakudo -> .appveyor_clear_cache.txt
22
23
branches:
lib/Pod/To/Cached.pm6
@@ -263,7 +263,9 @@ method freeze( --> Bool ){
263
264
methodrm-cache(){
265
if$*SPEC~~IO::Spec::Win32{
266
-shell"dir; rmdir /S /Q \""~$!path.trans( ["/"] => ["\\"] ) ~"\"";
+shell"dir";
267
+shell'echo %cd%';
268
+shell"rmdir /S /Q \""~$!path.trans( ["/"] => ["\\"] ) ~"\"";
269
} else{
270
shell"rm -rf $!path";
271
}
0 commit comments