File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -11,13 +11,13 @@ jobs:
11
11
check :
12
12
runs-on : ubuntu-latest
13
13
steps :
14
-
15
- with :
16
- submodules : true
17
- fetch-depth : 0
18
- - uses : cachix/install-nix-action@v16
14
+
15
+ - uses : actions/checkout@v3
16
+
17
+ - uses : cachix/install-nix-action@v17
19
18
with :
20
19
extra_nix_config : |
20
+ access-tokens = github.com=${{ github.token }}
21
21
system-features = nixos-test benchmark big-parallel kvm recursive-nix
22
22
substituters = https://nrdxp.cachix.org https://nix-community.cachix.org https://cache.nixos.org
23
23
trusted-public-keys = nrdxp.cachix.org-1:Fc5PSqY2Jm1TrWfm88l6cvGWwz3s93c6IOifQWnhNW4= nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs= cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY=
You can’t perform that action at this time.
0 commit comments