mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-28 09:55:37 -04:00
CI: give tooling a standard LANG environment
This commit is contained in:
parent
0d91220ab7
commit
0f8751497e
1 changed files with 5 additions and 0 deletions
|
@ -6,6 +6,11 @@
|
|||
# You can pass in directory names, in which case the files
|
||||
# in that directory (NOT below it) are processed.
|
||||
#
|
||||
LANG=C
|
||||
LC_ALL=C
|
||||
LC_NUMERIC=C
|
||||
export LANG LC_ALL LC_NUMERIC
|
||||
|
||||
AS=$( which astyle )
|
||||
|
||||
for _cf in clang-format-7 clang-format-8 clang-format70 clang-format80 clang-format
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue