Skip to content

Commit

Permalink
fix find
Browse files Browse the repository at this point in the history
  • Loading branch information
LDprg committed Nov 21, 2024
1 parent 3ff8920 commit 3e44415
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
cd ..
rm -rf skia_repo
find -maxdepth 1 -name ".*" -delete
find -maxdepth 1 -name ".*" ! -name "." ! -name ".." -exec rm -rf {} +
ls -lah
- uses: mlugg/setup-zig@v1
with:
Expand Down

0 comments on commit 3e44415

Please sign in to comment.