Remove dependency on en_US.UTF-8 locale (#613)

Set locale to C.utf8 instead of en_US.UTF-8

Avoid forcing the user to use en_US.UTF-8. Most Linux systems have C.utf8.

[ROCm/rocprofiler-compute commit: 96a25e8cbc]
This commit is contained in:
Ben Richard
2025-03-17 16:40:36 -04:00
committed by GitHub
vanhempi 83edd97f78
commit d43675860b
3 muutettua tiedostoa jossa 2 lisäystä ja 7 poistoa
@@ -29,8 +29,6 @@ jobs:
sudo apt-get install -y git
sudo apt-get install -y python3-pip
sudo apt-get install -y cmake
sudo apt-get install -y locales
sudo locale-gen en_US.UTF-8
- name: Checkout
uses: actions/checkout@v4
- name: Install Python prereqs