File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -303,11 +303,11 @@ jobs:
303303 run : make nextest CARGOFLAGS="--profile ci --hide-progress-bar"
304304 env :
305305 RUST_BACKTRACE : " 1"
306- - name : " `make install COMPLETIONS=n MANPAGES=n`"
306+ - name : " `make install COMPLETIONS=n MANPAGES=n LOCALES=n `"
307307 shell : bash
308308 run : |
309309 set -x
310- DESTDIR=/tmp/ make PROFILE=release COMPLETIONS=n MANPAGES=n install
310+ DESTDIR=/tmp/ make PROFILE=release COMPLETIONS=n MANPAGES=n LOCALES=n install
311311 # Check that the utils are present
312312 test -f /tmp/usr/local/bin/tty
313313 # Check that the manpage is not present
Original file line number Diff line number Diff line change @@ -469,6 +469,7 @@ install-locales:
469469 fi ; \
470470 done
471471else
472+ locales :
472473install-locales :
473474endif
474475
You can’t perform that action at this time.
0 commit comments