From 1eb97a8a73a37aa61090476b83b5c9c18958f426 Mon Sep 17 00:00:00 2001 From: Xuanwo Date: Mon, 9 Jan 2023 23:52:08 +0800 Subject: [PATCH] Remove not needed ls Signed-off-by: Xuanwo --- .github/workflows/test.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 542cba7..f022234 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -32,6 +32,4 @@ jobs: - name: Run sccache stat for check shell: bash - run: | - ls /opt/hostedtoolcache/sccache/0.3.3/x64/ -lh - ${SCCACHE_PATH} --show-stats + run: ${SCCACHE_PATH} --show-stats