File tree Expand file tree Collapse file tree 1 file changed +10
-9
lines changed
Expand file tree Collapse file tree 1 file changed +10
-9
lines changed Original file line number Diff line number Diff line change @@ -7,22 +7,23 @@ concurrency:
77jobs :
88 tests :
99 runs-on :
10- group : aws-highmemory-32-plus-priv
10+ group : aws-highmemory-32-plus-nix
1111 steps :
1212 - uses : actions/checkout@v4
13- - uses : cachix/install- nix-action@v27
13+ - uses : DeterminateSystems/ nix-installer- action@main
1414 with :
15- nix_path : nixpkgs=channel:nixos-unstable
16- jobs : 4
17- cores : 12
18- - uses : cachix/cachix-action@v14
15+ extra-conf : |
16+ max-jobs = 4
17+ cores = 12
18+ sandbox-fallback = false
19+ - name : Nix info
20+ run : nix-shell -p nix-info --run "nix-info -m"
21+ - uses : cachix/cachix-action@v16
1922 with :
2023 name : huggingface
2124 # authToken: "${{ secrets.CACHIX_AUTH_TOKEN }}"
2225 env :
23- USER : github_runner
24- - name : Nix info
25- run : nix-shell -p nix-info --run "nix-info -m"
26+ USER : runner
2627 - name : Check formatting
2728 run : nix fmt -- --ci
2829 - name : Build
You can’t perform that action at this time.
0 commit comments