File tree 1 file changed +0
-34
lines changed
1 file changed +0
-34
lines changed Original file line number Diff line number Diff line change 15
15
runs-on : ubuntu-latest
16
16
steps :
17
17
- uses : actions/checkout@v3
18
- - uses : actions/cache@v3
19
- with :
20
- path : |
21
- ~/.cargo/bin/
22
- ~/.cargo/.crates.toml
23
- ~/.cargo/.crates2.json
24
- key : ${{ runner.os }}-cargo-bin
25
18
- name : Setup environment
26
19
run : bash ./ci-setup.sh
27
20
- name : Test
31
24
runs-on : ubuntu-latest
32
25
steps :
33
26
- uses : actions/checkout@v3
34
- - uses : actions/cache@v3
35
- with :
36
- path : |
37
- ~/.cargo/bin/
38
- ~/.cargo/.crates.toml
39
- ~/.cargo/.crates2.json
40
- # FIXME: this does not work as intended!
41
- # GHA caches are write-once, so if xargo updates we will keep having
42
- # old xargo in our cache.
43
- key : ${{ runner.os }}-cargo-bin
44
27
- name : Setup environment
45
28
run : bash ./ci-setup.sh
46
29
- name : Test
50
33
runs-on : ubuntu-latest
51
34
steps :
52
35
- uses : actions/checkout@v3
53
- - uses : actions/cache@v3
54
- with :
55
- path : |
56
- ~/.cargo/bin/
57
- ~/.cargo/.crates.toml
58
- ~/.cargo/.crates2.json
59
- # FIXME: this does not work as intended!
60
- # GHA caches are write-once, so if xargo updates we will keep having
61
- # old xargo in our cache.
62
- key : ${{ runner.os }}-cargo-bin
63
36
- name : Setup environment
64
37
run : bash ./ci-setup.sh
65
38
- name : Test
69
42
runs-on : ubuntu-latest
70
43
steps :
71
44
- uses : actions/checkout@v3
72
- - uses : actions/cache@v3
73
- with :
74
- path : |
75
- ~/.cargo/bin/
76
- ~/.cargo/.crates.toml
77
- ~/.cargo/.crates2.json
78
- key : ${{ runner.os }}-cargo-bin
79
45
- name : Setup environment
80
46
run : bash ./ci-setup.sh
81
47
- name : Test
You can’t perform that action at this time.
0 commit comments