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