ci: generate the french locale for benchmark (#10398)

This commit is contained in:
Sylvestre Ledru
2026-01-20 22:31:52 +01:00
committed by GitHub
parent 0f7a7c40b6
commit 035671c981
+8
View File
@@ -62,6 +62,14 @@ jobs:
- name: Run sccache-cache
uses: mozilla-actions/sccache-action@v0.0.9
- name: Install locales
shell: bash
run: |
sudo apt-get update
sudo apt-get install -y locales
sudo locale-gen fr_FR.UTF-8
sudo update-locale
- name: Install cargo-codspeed
shell: bash
run: cargo install cargo-codspeed --locked