From a03b512b11a7ce6ce5214e58bccd712911b82e02 Mon Sep 17 00:00:00 2001 From: lihuiba Date: Wed, 29 May 2024 13:55:23 +0800 Subject: [PATCH] fix --- .github/workflows/ci.linux.compiler.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.linux.compiler.yml b/.github/workflows/ci.linux.compiler.yml index dc4d0b13..cf895eed 100644 --- a/.github/workflows/ci.linux.compiler.yml +++ b/.github/workflows/ci.linux.compiler.yml @@ -51,8 +51,9 @@ jobs: name: output850 - name: test run: | - # tar -x --use-compress-program=zstdmt -f output850.tzs + tar -x --use-compress-program=zstdmt -f output850.tzs ls -R + cd build/output ctest --timeout 3600 -V gcc921: