testing: nix in workflow

This commit is contained in:
Tommy 2024-08-11 21:29:26 +02:00
parent 2c1014f5c2
commit 3cd5574639
Signed by: tommy
SSH key fingerprint: SHA256:1LWgQT3QPHIT29plS8jjXc3S1FcE/4oGvsx3Efxs6Uc

View file

@ -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