From abf6edf79f96ffbfb67be15d97e8e60d71b44749 Mon Sep 17 00:00:00 2001 From: Sam Zhou Date: Mon, 6 Jan 2025 09:45:04 -0800 Subject: [PATCH] [tests] Explicitly pass --yes for ounit install step (#9243) Summary: CI jobs starts to fail because of lack of --yes recently. Pull Request resolved: https://github.com/facebook/flow/pull/9243 Reviewed By: SamChou19815 Differential Revision: D67802088 fbshipit-source-id: 9ccc83cac859b4733d225ab604dc16e62cd47303 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 12b7592ae9c..c98b522c56e 100644 --- a/Makefile +++ b/Makefile @@ -59,7 +59,7 @@ deps-js: .PHONY: deps-test deps-test: - opam install ounit$(OUNIT_VERSION) + opam install ounit$(OUNIT_VERSION) --yes clean: if command -v dune >/dev/null; then dune clean; fi