Skip to content

Commit

Permalink
Update cache-clang.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
eko5624 committed Jan 17, 2025
1 parent 74e188f commit 857a477
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cache-clang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ jobs:
- name: Remove *.dll.a from MinGW-w64-CLANG Toolchain
if: (steps.clang-ucrt.outputs.cache-hit != 'true' && inputs.toolchain == 'mingw64-clang')
run: |
find /d/ucrt64/lib -type f \( -name "*.dll.a" \) -print0 | xargs -0 -I {} rm {}
find /d/ucrt64/lib -type f -name "*.la" -print0 | xargs -0 -I {} rm {}
#find /d/ucrt64/lib -type f \( -name "*.dll.a" \) -print0 | xargs -0 -I {} rm {}
#find /d/ucrt64/lib -type f -name "*.la" -print0 | xargs -0 -I {} rm {}

0 comments on commit 857a477

Please sign in to comment.