Skip to content

Commit

Permalink
Update main.yml (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
rsasaki0109 authored Dec 6, 2022
1 parent d278aee commit ac1f893
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ jobs:
- name: ROS2 Install
run: |
# Ref: https://index.ros.org/doc/ros2/Installation/Foxy/Linux-Install-Debians/
sudo apt update && sudo apt install locales
sudo locale-gen en_US en_US.UTF-8
sudo update-locale LC_ALL=en_US.UTF-8 LANG=en_US.UTF-8
export LANG=en_US.UTF-8
Expand Down

0 comments on commit ac1f893

Please sign in to comment.