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)
This commit is contained in:
parent
2dc000daeb
commit
fa29c66a11
12
.github/workflows/ci.yml
vendored
12
.github/workflows/ci.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user