File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -34,15 +34,19 @@ jobs:
34
34
- uses : actions/cache@v4
35
35
id : cache-test-dependencies
36
36
with :
37
- path : /tmp/vim
37
+ path : |
38
+ /tmp/vim
39
+ /home/runner/vim-v9.1.0774
40
+ /home/runner/.vim
41
+ /home/runner/vim
38
42
key : ubuntu-latest_v9.1.0774
39
43
40
44
- uses : actions/setup-python@v5
41
45
with :
42
46
python-version : ' 3.12'
43
47
44
48
- uses : rhysd/action-setup-vim@v1.3.5
45
- if : steps.cache.outputs.cache-hit != 'true'
49
+ if : steps.cache-test-dependencies .outputs.cache-hit != 'true'
46
50
with :
47
51
version : v9.1.0774
48
52
configure-args : |
Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ Execute (proompter#base64#EncodeFile and proompter#base64#DecodeToFile -- Play n
19
19
let value = "Hello world\n"
20
20
21
21
call writefile([value], path_in, 's')
22
+ sleep 100m
22
23
23
24
let encoded = proompter#base64#EncodeFile(path_in)
24
25
sleep 100m
You can’t perform that action at this time.
0 commit comments