From fa29c66a1190cf4b290e7430c4c1204d38e1650a Mon Sep 17 00:00:00 2001 From: Laurenz Date: Mon, 11 Sep 2023 19:21:33 +0200 Subject: [PATCH] Remove Nix flake CI It takes long and it shouldn't break unless we raise the MSRV (for which there already is a CI check) --- .github/workflows/ci.yml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f6205ab25..c6743f867 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -35,15 +35,3 @@ jobs: - uses: dtolnay/rust-toolchain@1.70.0 - uses: Swatinem/rust-cache@v2 - run: cargo check --workspace - - nix-flake: - name: Test Nix Flake - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v3 - - uses: DeterminateSystems/nix-installer-action@v4 - - uses: DeterminateSystems/magic-nix-cache-action@v2 - - run: nix flake check - - run: nix build - - run: nix shell -c typst --version - - run: nix run . -- --version