File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed
Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change 4747 - uses : dtolnay/rust-toolchain@master
4848 with :
4949 toolchain : stable
50- components : rustfmt
5150 - uses : Swatinem/rust-cache@v2
5251 with :
5352 workspaces : " ./uutils -> target"
@@ -105,7 +104,7 @@ jobs:
105104 ## Build binaries
106105 cd 'uutils'
107106 env PROFILE=release-small bash util/build-gnu.sh
108-
107+
109108 - name : Save files for faster configure and skipping make
110109 uses : actions/cache/save@v5
111110 if : always() && steps.cache-config-gnu.outputs.cache-hit != 'true'
@@ -211,7 +210,6 @@ jobs:
211210 - uses : dtolnay/rust-toolchain@master
212211 with :
213212 toolchain : stable
214- components : rustfmt
215213 - uses : Swatinem/rust-cache@v2
216214 with :
217215 workspaces : " ./uutils -> target"
@@ -331,7 +329,6 @@ jobs:
331329 - uses : dtolnay/rust-toolchain@master
332330 with :
333331 toolchain : stable
334- components : rustfmt
335332 - uses : Swatinem/rust-cache@v2
336333 with :
337334 workspaces : " ./uutils -> target"
You can’t perform that action at this time.
0 commit comments