Skip to content

Commit b04c833

Browse files
committed
ci: generate the french locale for benchmark
1 parent 0f7a7c4 commit b04c833

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/benchmarks.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,14 @@ jobs:
6262
- name: Run sccache-cache
6363
uses: mozilla-actions/sccache-action@v0.0.9
6464

65+
- name: Install locales
66+
shell: bash
67+
run: |
68+
sudo apt-get update
69+
sudo apt-get install -y locales
70+
sudo locale-gen fr_FR.UTF-8
71+
sudo update-locale
72+
6573
- name: Install cargo-codspeed
6674
shell: bash
6775
run: cargo install cargo-codspeed --locked

0 commit comments

Comments
 (0)