testing: nix in workflow
This commit is contained in:
parent
2c1014f5c2
commit
3cd5574639
1 changed files with 2 additions and 0 deletions
|
@ -10,6 +10,8 @@ jobs:
|
|||
container:
|
||||
image: node:18
|
||||
steps:
|
||||
- name: Install deps
|
||||
run: apt -y install sudo
|
||||
- uses: actions/checkout@v4
|
||||
- name: Install Nix
|
||||
uses: https://github.com/cachix/install-nix-action@v27
|
||||
|
|
Loading…
Add table
Reference in a new issue