File tree Expand file tree Collapse file tree 4 files changed +34
-497
lines changed Expand file tree Collapse file tree 4 files changed +34
-497
lines changed Original file line number Diff line number Diff line change 1- name : " Nix CI "
1+ name : " CI - Nix "
22
3- on : [pull_request, push]
3+ on :
4+ push :
45
56jobs :
67 tests :
1112 os : [ubuntu]
1213 steps :
1314 - uses : actions/checkout@v4
14- - uses : DeterminateSystems/nix-installer-action@main
15- - uses : DeterminateSystems/magic-nix-cache-action@main
16- - run : nix --accept-flake-config build -L
17- - run : nix --accept-flake-config run .#cachix push gepetto $(readlink result)
18- if : github.repository_owner == 'humanoid-path-planner'
19- env :
20- CACHIX_AUTH_TOKEN : ${{ secrets.CACHIX_AUTH_TOKEN }}
15+ - uses : cachix/install-nix-action@v27
16+ - uses : cachix/cachix-action@v15
17+ with :
18+ name : gepetto
19+ authToken : ' ${{ secrets.CACHIX_AUTH_TOKEN }}'
20+ - run : nix build -L
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments