Skip to content

Commit

Permalink
actions: agora vai
Browse files Browse the repository at this point in the history
Signed-off-by: lucasew <[email protected]>
  • Loading branch information
lucasew committed Dec 1, 2024
1 parent 7c84f30 commit 1c4faeb
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/prebuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,12 @@ jobs:
overprovision-lvm: true

- uses: actions/checkout@v2
- uses: cachix/install-nix-action@v25
- name: Setup stuff
run: |
mkdir -p /nix/build
df -h
- name: Install Nix
uses: cachix/install-nix-action@v30
with:
nix_path: nixpkgs=channel:nixos-unstable
extra_nix_config: |
Expand Down

0 comments on commit 1c4faeb

Please sign in to comment.