This commit is contained in:
parent
0b134d3676
commit
650e788657
1 changed files with 3 additions and 1 deletions
|
@ -3,7 +3,9 @@ on: push
|
||||||
jobs:
|
jobs:
|
||||||
nix_build:
|
nix_build:
|
||||||
name: Build Nix targets
|
name: Build Nix targets
|
||||||
runs-on: ubuntu:22.04
|
runs-on: docker
|
||||||
|
container:
|
||||||
|
image: ubuntu:22.04
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- name: Check Nix flake inputs
|
- name: Check Nix flake inputs
|
||||||
|
|
Loading…
Reference in a new issue