Skip to content

Commit

Permalink
set locale
Browse files Browse the repository at this point in the history
  • Loading branch information
halsk committed Dec 16, 2023
1 parent bec29ee commit 61e443b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/astro.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,17 @@ concurrency:
env:
BUILD_PATH: "." # default value when not using subfolders
# BUILD_PATH: subfolder
LANG: "ja_JP.UTF-8"

jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- name: ja_JP.UTF-8
run: |
sudo locale-gen ja_JP.UTF-8
sudo update-locale LANG=ja_JP.UTF-8
- name: Checkout
uses: actions/checkout@v4
- name: Detect package manager
Expand Down

0 comments on commit 61e443b

Please sign in to comment.