Skip to content

Commit 6bd7ffb

Browse files
committed
dune build --display quiet
1 parent 86bf09c commit 6bd7ffb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ jobs:
9797

9898
- name: "Build compiler"
9999
if: runner.os != 'Linux'
100-
run: opam exec -- dune build --profile release
100+
run: opam exec -- dune build --display quiet --profile release
101101

102102
- name: Use Node.js
103103
uses: actions/setup-node@v3

0 commit comments

Comments
 (0)