Skip to content

Commit

Permalink
ci: test locale
Browse files Browse the repository at this point in the history
  • Loading branch information
CnTeng committed Jan 22, 2025
1 parent 0b1e54a commit e55cbbc
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,15 +54,16 @@ jobs:
- name: Update sources
id: update-sources
run: |
nix run nixpkgs#nvfetcher -- \
--build-dir pkgs/_sources \
--config pkgs/nvfetcher.toml \
--changelog /tmp/changelog
locale -a
sudo locale-gen en_US.UTF-8
pushd pkgs
nix run nixpkgs#nvfetcher -- --changelog /tmp/changelog
{
echo "changelog<<EOF"
cat /tmp/changelog
echo "EOF"
} >>"$GITHUB_OUTPUT"
popd
- name: Create PR
uses: peter-evans/create-pull-request@v7
Expand Down

0 comments on commit e55cbbc

Please sign in to comment.