Florian RICHER
4802fc8246
Some checks failed
Build legacy Nix package on Ubuntu / build (push) Failing after 16s
13 lines
281 B
YAML
13 lines
281 B
YAML
name: "Build legacy Nix package on Ubuntu"
|
|
|
|
on:
|
|
push:
|
|
|
|
jobs:
|
|
build:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: https://github.com/actions/checkout@v2
|
|
- uses: https://github.com/cachix/install-nix-action@v26
|
|
- name: Building package
|
|
run: nix build
|