Skip to content

Commit

Permalink
ci: Disable failing nix build job for now
Browse files Browse the repository at this point in the history
  • Loading branch information
ids1024 authored and Drakulix committed Jul 29, 2024
1 parent cc01f99 commit 8b45833
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 8b45833

Please sign in to comment.