Skip to content

Commit

Permalink
reduce size of macos cache
Browse files Browse the repository at this point in the history
  • Loading branch information
MrCyjaneK committed Jul 26, 2024
1 parent 700a6cb commit e22bf81
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/compat.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -350,6 +350,12 @@ jobs:
with:
name: darwin ${{ matrix.coin }}
path: release/${{ matrix.coin }}
- name: remove darwin sdk
run: |
rm -rf ${{ matrix.coin }}/contrib/depends/built/*/darwin_sdk
rm -rf ${{ matrix.coin }}/contrib/depends/built/*/native_clang
rm -rf ${{ matrix.coin }}/contrib/depends/sources/clang-llvm*.tar.xz
rm -rf ${{ matrix.coin }}/contrib/depends/sources/MacOSX*sdk.tar.xz
macos:
strategy:
matrix:
Expand Down

0 comments on commit e22bf81

Please sign in to comment.