File tree Expand file tree Collapse file tree 1 file changed +0
-14
lines changed Expand file tree Collapse file tree 1 file changed +0
-14
lines changed Original file line number Diff line number Diff line change 18
18
fail-fast : false
19
19
steps :
20
20
- uses : actions/checkout@master
21
- - name : Cache Windows
22
- uses : actions/cache@v1
23
- with :
24
- key : vcpkg
25
- path : ' C:/vcpkg'
26
- if : runner.os == 'Windows'
27
21
- name : Set up the Windows environment
28
22
run : |
29
23
powershell.exe scripts/symlinks-to-hardlinks.ps1
30
- powershell.exe scripts/install-openssl.ps1
31
24
if : runner.os == 'Windows'
32
25
- name : Cache cargo dependencies
33
26
uses : actions/cache@v1
51
44
fail-fast : false
52
45
steps :
53
46
- uses : actions/checkout@master
54
- - name : Cache Windows
55
- uses : actions/cache@v1
56
- with :
57
- key : vcpkg
58
- path : ' C:/vcpkg'
59
- if : runner.os == 'Windows'
60
47
- name : Set up the Windows environment
61
48
run : |
62
49
powershell.exe scripts/symlinks-to-hardlinks.ps1
63
- powershell.exe scripts/install-openssl.ps1
64
50
if : runner.os == 'Windows'
65
51
- name : Cache cargo dependencies
66
52
uses : actions/cache@v1
You can’t perform that action at this time.
0 commit comments