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