ci: Disable failing nix build job for now

This commit is contained in:
Ian Douglas Scott 2024-07-26 13:01:28 -07:00 committed by Victoria Brekenfeld
parent cc01f991a6
commit 8b458335c7

View file

@ -7,15 +7,15 @@ on:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: cachix/install-nix-action@v22
with:
nix_path: nixpkgs=channel:nixpkgs-unstable
- run: GIT_LFS_SKIP_SMUDGE=1 nix build
- run: nix flake check
# build:
# runs-on: ubuntu-latest
# steps:
# - uses: actions/checkout@v3
# - uses: cachix/install-nix-action@v22
# with:
# nix_path: nixpkgs=channel:nixpkgs-unstable
# - run: GIT_LFS_SKIP_SMUDGE=1 nix build
# - run: nix flake check
check-features:
runs-on: ubuntu-latest
steps: