From 135aaa025c7ae1fd2a7a53be0e26d8915bb9a3fd Mon Sep 17 00:00:00 2001 From: Lucas Saavedra Vaz <32426024+lucasssvaz@users.noreply.github.com> Date: Tue, 23 Jul 2024 12:31:07 -0300 Subject: [PATCH] test --- .github/workflows/lib.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lib.yml b/.github/workflows/lib.yml index a4d4cfc82c5..2c70d987890 100644 --- a/.github/workflows/lib.yml +++ b/.github/workflows/lib.yml @@ -66,7 +66,7 @@ jobs: uses: actions/checkout@v4 - name: List files recursively - run: ls -Rla + run: ls -aR - name: Compile sketch uses: P-R-O-C-H-Y/compile-sketches@main