ci: Disable failing nix build job for now
This commit is contained in:
parent
cc01f991a6
commit
8b458335c7
1 changed files with 9 additions and 9 deletions
18
.github/workflows/build.yml
vendored
18
.github/workflows/build.yml
vendored
|
|
@ -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:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue