Skip to content

Commit 272a605

Browse files
committed
nix: temporarily disable nix develop run
1 parent 37d846d commit 272a605

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/nix.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,9 @@ jobs:
6767
name: haskell-language-server
6868
# Disable pushing, we will do that in job `build`
6969
skipPush: true
70-
- run: |
71-
nix develop --print-build-logs --command cabal update
72-
nix develop --print-build-logs --command cabal build
70+
# - run: |
71+
# nix develop --print-build-logs --command cabal update
72+
# nix develop --print-build-logs --command cabal build
7373

7474
# Build and then push HLS binaries with developmet shell to cachix
7575
# This job runs when

0 commit comments

Comments
 (0)