mirror of
https://github.com/ocaml-tracing/ocaml-opentelemetry.git
synced 2026-03-08 03:47:59 -04:00
add cachix setup
This commit is contained in:
parent
292a9efc4f
commit
03609b5845
1 changed files with 2 additions and 1 deletions
3
.github/workflows/nix.yml
vendored
3
.github/workflows/nix.yml
vendored
|
|
@ -1,4 +1,4 @@
|
||||||
name: "Nix"
|
name: "nix"
|
||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
push:
|
push:
|
||||||
|
|
@ -10,4 +10,5 @@ jobs:
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
submodules: true
|
submodules: true
|
||||||
|
- uses: cachix/install-nix-action@v30
|
||||||
- run: nix develop -L .# -c dune build @runtest @check
|
- run: nix develop -L .# -c dune build @runtest @check
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue