Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
viperML committed Nov 30, 2023
1 parent a5e270c commit b55bc82
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,10 @@ jobs:
env:
out: /nixos
run: |
export
sudo mkdir -pv $out
sudo mount -t tmpfs none $out
nix build nixpkgs#nixos-install-tools
sudo ./result/bin/nixos-install \
sudo nix profile install nixpkgs#nixos-install-tools nixpkgs#nix
sudo nixos-install \
--flake github:$GITHUB_REPOSITORY/$GITHUB_SHA#check \
--root $out \
--no-root-passwd \
Expand Down

0 comments on commit b55bc82

Please sign in to comment.