initial commit
Some checks failed
Build legacy Nix package on Ubuntu / build (push) Failing after 24s
Some checks failed
Build legacy Nix package on Ubuntu / build (push) Failing after 24s
This commit is contained in:
15
.github/workflows/build_nix.yml
vendored
Normal file
15
.github/workflows/build_nix.yml
vendored
Normal file
@ -0,0 +1,15 @@
|
||||
name: "Build legacy Nix package on Ubuntu"
|
||||
|
||||
on:
|
||||
push:
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: cachix/install-nix-action@v30
|
||||
with:
|
||||
install_options: --daemon
|
||||
- name: Building package
|
||||
run: nix build
|
Reference in New Issue
Block a user