Skip to content

Commit

Permalink
ci-nix.yml: install nixci separately
Browse files Browse the repository at this point in the history
  • Loading branch information
srid authored Aug 7, 2023
1 parent 50f3efb commit 34f776b
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/ci-nix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install Nix
uses: DeterminateSystems/nix-installer-action@main
- run: nix run nixpkgs#nixci
- uses: DeterminateSystems/nix-installer-action@main
- uses: yaxitech/nix-install-pkgs-action@v3
with:
packages: "nixpkgs#nixci"
- run: nixci

0 comments on commit 34f776b

Please sign in to comment.