0
0
mirror of https://github.com/monero-project/monero synced 2025-10-06 16:52:41 +02:00

ci: remove obsolete sdk cache

This commit is contained in:
tobtoht
2024-09-04 16:40:21 +02:00
parent a1dc85c537
commit ca063373e1

View File

@@ -84,13 +84,6 @@ jobs:
restore-keys: |
depends-${{ matrix.toolchain.host }}-${{ hashFiles('contrib/depends/packages/*') }}
depends-${{ matrix.toolchain.host }}-
# Static cache
- name: OSX SDK cache
uses: actions/cache@v4
with:
path: contrib/depends/sdk-sources
key: sdk-${{ matrix.toolchain.host }}-${{ matrix.toolchain.osx_sdk }}
restore-keys: sdk-${{ matrix.toolchain.host }}-${{ matrix.toolchain.osx_sdk }}
- name: set apt conf
run: ${{env.APT_SET_CONF}}
- name: install dependencies