From 416157df8093fd4445259f0b7c57c7cc28bb2dc3 Mon Sep 17 00:00:00 2001 From: Yann Collet Date: Tue, 27 Aug 2019 16:38:21 -0700 Subject: [PATCH] try to debug issues on CirrusCI --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index acf50cfa3..887822a6b 100644 --- a/Makefile +++ b/Makefile @@ -100,7 +100,7 @@ contrib: lib $(MAKE) -C contrib/pzstd all $(MAKE) -C contrib/seekable_format/examples all $(MAKE) -C contrib/largeNbDicts all - cd contrib/single_file_decoder/ ; ./build_test.sh + cd contrib/single_file_decoder/ ; ls ; sh ./build_test.sh .PHONY: cleanTabs cleanTabs: -- 2.47.3