File tree Expand file tree Collapse file tree 1 file changed +0
-20
lines changed
Expand file tree Collapse file tree 1 file changed +0
-20
lines changed Original file line number Diff line number Diff line change 2626 authToken : ' ${{ secrets.CACHIX_AUTH_TOKEN }}'
2727 - run : |
2828 nix build || nix build --substituters 'https://cache.nixos.org' --extra-substituters ''
29- build-msrv :
30- runs-on : ubuntu-latest
31- name : " build msrv"
32- timeout-minutes : 35
33- steps :
34- - uses : actions/checkout@v3
35- with :
36- # Nix Flakes doesn't work on shallow clones
37- fetch-depth : 0
38- - uses : cachix/install-nix-action@v18
39- - uses : cachix/cachix-action@v12
40- with :
41- name : zellij
42- # If you chose API tokens for write access OR if you have a private cache
43- authToken : ' ${{ secrets.CACHIX_AUTH_TOKEN }}'
44- - run : |
45- nix build .#zellij-msrv || nix build .#zellij-msrv --substituters 'https://cache.nixos.org' --extra-substituters ''
46- - if : ${{ failure() }}
47- run : |
48- echo "::error :: If this is the only ci step failing, it is likely that the MSRV needs to be bumped."
You can’t perform that action at this time.
0 commit comments