Skip to content

Commit 8328472

Browse files
committed
ci: try passing --no-nix
1 parent df488d1 commit 8328472

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -152,8 +152,8 @@ jobs:
152152

153153
- name: Build
154154
run: |
155-
stack build --stack-yaml ${{matrix.yaml}} --system-ghc --test --bench --no-run-tests --no-run-benchmarks
155+
stack build --stack-yaml ${{matrix.yaml}} --no-nix --system-ghc --test --bench --no-run-tests --no-run-benchmarks
156156
157157
- name: Test
158158
run: |
159-
stack test --stack-yaml ${{matrix.yaml}} --system-ghc --test-arguments --print
159+
stack test --stack-yaml ${{matrix.yaml}} --no-nix --system-ghc --test-arguments --print

0 commit comments

Comments
 (0)