Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
takeokunn committed Dec 30, 2024
1 parent ea9dc98 commit 866e998
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,10 @@ jobs:
- name: prepare nix
uses: cachix/install-nix-action@v30
- name: Run nvfetcher
run: nix run nixpkgs#nvfetcher -j 10
run: |
export LC_ALL=C.UTF-8
export LANG=C.UTF-8
nix run nixpkgs#nvfetcher -j 10 --verbose
- name: Run flake update
run: nix flake update
- name: Run fmt
Expand Down

0 comments on commit 866e998

Please sign in to comment.