We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f7a7c4 commit 035671cCopy full SHA for 035671c
1 file changed
.github/workflows/benchmarks.yml
@@ -62,6 +62,14 @@ jobs:
62
- name: Run sccache-cache
63
uses: mozilla-actions/sccache-action@v0.0.9
64
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
+
73
- name: Install cargo-codspeed
74
shell: bash
75
run: cargo install cargo-codspeed --locked
0 commit comments