testing: nix in workflow
This commit is contained in:
parent
3cd5574639
commit
053b244c5d
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ jobs:
|
|||
image: node:18
|
||||
steps:
|
||||
- name: Install deps
|
||||
run: apt -y install sudo
|
||||
run: apt update && 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