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:
1111 check :
1212 runs-on : ubuntu-latest
1313 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
1918 with :
2019 extra_nix_config : |
20+ access-tokens = github.com=${{ github.token }}
2121 system-features = nixos-test benchmark big-parallel kvm recursive-nix
2222 substituters = https://nrdxp.cachix.org https://nix-community.cachix.org https://cache.nixos.org
2323 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