feat(workflows/eval): Use nix runners

This commit is contained in:
Tom Hubrecht 2023-12-15 20:12:50 +01:00
parent 9026e89669
commit cad5da6d1d

View file

@ -6,17 +6,10 @@ on:
jobs:
build_configs:
runs-on: debian-latest
runs-on: nix
steps:
- name: Install applications
run: apt-get update && apt-get install sudo
- uses: actions/checkout@v3
- uses: https://github.com/cachix/install-nix-action@v22
with:
nix_path: nixpkgs=channel:nixos-unstable
- name: Build the nodes
run: |
# Enter the shell