forked from DGNum/infrastructure
feat(workflows/eval): Use nix runners
This commit is contained in:
parent
9026e89669
commit
cad5da6d1d
1 changed files with 1 additions and 8 deletions
|
@ -6,17 +6,10 @@ on:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build_configs:
|
build_configs:
|
||||||
runs-on: debian-latest
|
runs-on: nix
|
||||||
steps:
|
steps:
|
||||||
- name: Install applications
|
|
||||||
run: apt-get update && apt-get install sudo
|
|
||||||
|
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
|
||||||
- uses: https://github.com/cachix/install-nix-action@v22
|
|
||||||
with:
|
|
||||||
nix_path: nixpkgs=channel:nixos-unstable
|
|
||||||
|
|
||||||
- name: Build the nodes
|
- name: Build the nodes
|
||||||
run: |
|
run: |
|
||||||
# Enter the shell
|
# Enter the shell
|
||||||
|
|
Loading…
Reference in a new issue