Skip to content

Commit

Permalink
Attempt to provide utf-8 locale to bitbake
Browse files Browse the repository at this point in the history
  • Loading branch information
tronical authored Oct 15, 2024
1 parent 610240f commit de6afe8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ jobs:
- run: |
sudo apt-get update
sudo apt-get install chrpath diffstat lz4
sudo locale-gen en_US.UTF-8
sudo update-locale
- run: |
git clone -b kirkstone --single-branch git://git.yoctoproject.org/poky
git clone -b kirkstone --single-branch git://git.openembedded.org/meta-openembedded
Expand Down

0 comments on commit de6afe8

Please sign in to comment.