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:
|
||||
nix_build:
|
||||
name: Build Nix targets
|
||||
runs-on: ubuntu:22.04
|
||||
runs-on: docker
|
||||
container:
|
||||
image: ubuntu:22.04
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- name: Check Nix flake inputs
|
||||
|
|
Loading…
Reference in a new issue