Skip to content

Commit d68db71

Browse files
authored
chore(ci): remove msrv check (#1923)
1 parent 49b831c commit d68db71

File tree

1 file changed

+0
-20
lines changed

1 file changed

+0
-20
lines changed

.github/workflows/nix.yml

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -26,23 +26,3 @@ jobs:
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."

0 commit comments

Comments
 (0)