File tree Expand file tree Collapse file tree 1 file changed +4
-12
lines changed Expand file tree Collapse file tree 1 file changed +4
-12
lines changed Original file line number Diff line number Diff line change @@ -40,14 +40,10 @@ jobs:
40
40
steps :
41
41
- uses : actions/checkout@v4
42
42
43
- - name : Cache cargo folder
44
- uses : actions/cache@v1
45
- with :
46
- path : ~/.cargo
47
- key : ${{ matrix.platform.target }}-cargo-stable
48
-
49
43
- uses : dtolnay/rust-toolchain@stable
50
44
45
+ - uses : Swatinem/rust-cache@v2
46
+
51
47
- name : Install Gtk (ubuntu only)
52
48
if : matrix.platform.os == 'ubuntu-latest'
53
49
run : |
@@ -120,14 +116,10 @@ jobs:
120
116
steps :
121
117
- uses : actions/checkout@v4
122
118
123
- - name : Cache cargo folder
124
- uses : actions/cache@v1
125
- with :
126
- path : ~/.cargo
127
- key : ${{ matrix.platform.target }}-cargo-stable
128
-
129
119
- uses : dtolnay/rust-toolchain@stable
130
120
121
+ - uses : Swatinem/rust-cache@v2
122
+
131
123
- name : Run tests
132
124
shell : bash
133
125
run : cargo test --package tao-macros --examples
You can’t perform that action at this time.
0 commit comments