Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions .github/workflows/benchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading