From 035671c98107a449fd58bec5a7e3de4890cce59e Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Tue, 20 Jan 2026 22:31:52 +0100 Subject: [PATCH] ci: generate the french locale for benchmark (#10398) --- .github/workflows/benchmarks.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/benchmarks.yml b/.github/workflows/benchmarks.yml index ec97e294e..ed6570571 100644 --- a/.github/workflows/benchmarks.yml +++ b/.github/workflows/benchmarks.yml @@ -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