File tree Expand file tree Collapse file tree 2 files changed +0
-6
lines changed
Expand file tree Collapse file tree 2 files changed +0
-6
lines changed Original file line number Diff line number Diff line change 2323 uses : dtolnay/rust-toolchain@stable
2424 with :
2525 toolchain : ${{ env.RUST_VERSION }}
26- override : true
2726
2827 - name : Cache cargo registry & binaries
2928 uses : actions/cache@v4
8079 uses : dtolnay/rust-toolchain@stable
8180 with :
8281 toolchain : ${{ env.RUST_VERSION }}
83- override : true
8482
8583 - name : Cache cargo registry & target
8684 uses : actions/cache@v4
@@ -152,7 +150,6 @@ jobs:
152150 uses : dtolnay/rust-toolchain@stable
153151 with :
154152 toolchain : ${{ env.RUST_VERSION }}
155- override : true
156153
157154 - name : Cache cargo registry & target
158155 uses : actions/cache@v4
@@ -214,7 +211,6 @@ jobs:
214211 uses : dtolnay/rust-toolchain@stable
215212 with :
216213 toolchain : ${{ env.RUST_VERSION }}
217- override : true
218214
219215 - name : Cache cargo registry & target
220216 uses : actions/cache@v4
Original file line number Diff line number Diff line change 3939 uses : dtolnay/rust-toolchain@stable
4040 with :
4141 toolchain : ${{ env.RUST_VERSION }}
42- override : true
4342
4443 - name : Install PHP test dependencies
4544 working-directory : php/tests
9796 uses : dtolnay/rust-toolchain@stable
9897 with :
9998 toolchain : ${{ env.RUST_VERSION }}
100- override : true
10199
102100 - name : Install PHP test dependencies
103101 working-directory : php/tests
You can’t perform that action at this time.
0 commit comments