Skip to content

Commit

Permalink
Update nix-build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
timlinux authored Dec 15, 2023
1 parent ddac082 commit d7bc06d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/nix-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,5 @@ jobs:
with:
nix_path: nixpkgs=channel:nixos-unstable
- uses: DeterminateSystems/magic-nix-cache-action@v2
- run: nix-shell && scripts/pre_translate.sh && scripts/post_translate.sh
- run: nix-shell --run "scripts/pre_translate.sh"
- run: nix-shell --run "scripts/post_translate.sh"

0 comments on commit d7bc06d

Please sign in to comment.