Skip to content

Commit 7ce1ed9

Browse files
committed
disable nix
1 parent af8bc89 commit 7ce1ed9

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/main.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@ on:
1111
branches: [ master ]
1212

1313
jobs:
14-
nix:
15-
runs-on: ubuntu-latest
16-
17-
steps:
18-
- uses: actions/checkout@v2
19-
- uses: cachix/install-nix-action@v10
20-
- run: nix-build
14+
# nix:
15+
# runs-on: ubuntu-latest
16+
#
17+
# steps:
18+
# - uses: actions/checkout@v2
19+
# - uses: cachix/install-nix-action@v10
20+
# - run: nix-build
2121

2222
opam:
2323
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)