Skip to content

Commit

Permalink
Github actions: skip nix build from source
Browse files Browse the repository at this point in the history
  • Loading branch information
eikek committed Mar 10, 2024
1 parent 83e36c1 commit bb130a3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,12 @@ on:
pull_request:
jobs:
nix-build:
if: false
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v26
- run: nix build
- run: nix build .#sharry-dev
ci-matrix:
runs-on: ubuntu-latest
strategy:
Expand Down

0 comments on commit bb130a3

Please sign in to comment.