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 69fd3f5 commit ddac082
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/nix-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: cachix/install-nix-action@v18
- uses: cachix/install-nix-action@v20
with:
nix_path: nixpkgs=channel:nixos-unstable
- uses: workflow/nix-shell-action@v3
with:
packages: sphinx gettext
script: |
nix-shell && scripts/pre_translate.sh && scripts/post_translate.sh
- uses: DeterminateSystems/magic-nix-cache-action@v2
- run: nix-shell && scripts/pre_translate.sh && scripts/post_translate.sh

0 comments on commit ddac082

Please sign in to comment.