mirror of
https://github.com/SeCherkasov/util-linux-cal.git
synced 2026-03-29 23:51:07 +03:00
Add Russian locale to CI for tests
This commit is contained in:
8
.github/workflows/rust.yml
vendored
8
.github/workflows/rust.yml
vendored
@@ -19,6 +19,14 @@ jobs:
|
|||||||
- name: Install Rust toolchain
|
- name: Install Rust toolchain
|
||||||
uses: dtolnay/rust-toolchain@stable
|
uses: dtolnay/rust-toolchain@stable
|
||||||
|
|
||||||
|
- name: Install Russian locale
|
||||||
|
run: |
|
||||||
|
sudo locale-gen ru_RU.UTF-8
|
||||||
|
sudo update-locale LANG=ru_RU.UTF-8
|
||||||
|
|
||||||
|
- name: Set locale environment
|
||||||
|
run: echo "LANG=ru_RU.UTF-8" >> $GITHUB_ENV
|
||||||
|
|
||||||
- name: Cache cargo registry
|
- name: Cache cargo registry
|
||||||
uses: actions/cache@v4
|
uses: actions/cache@v4
|
||||||
with:
|
with:
|
||||||
|
|||||||
Reference in New Issue
Block a user