From 6bef0a861927eb7b50afb3cc72f72e7cf0cf4517 Mon Sep 17 00:00:00 2001 From: PatTheMav Date: Tue, 3 Nov 2020 21:38:59 +0100 Subject: [PATCH] CI: Remove caching of obs-deps for Github CI --- .github/workflows/main.yml | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 5d5add1d5..f938c6e64 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -71,22 +71,6 @@ jobs: with: path: ${{ github.workspace }}/cmbuild/cef_binary_${{ env.CEF_BUILD_VERSION }}_macosx64 key: ${{ runner.os }}-pr-${{ env.CACHE_NAME }}-${{ env.CEF_BUILD_VERSION }} - - name: 'Restore pre-built dependencies from cache' - id: deps-cache - uses: actions/cache@v2.1.2 - env: - CACHE_NAME: 'deps-cache' - with: - path: /tmp/obsdeps - key: ${{ runner.os }}-pr-${{ env.CACHE_NAME }}-${{ env.MACOS_DEPS_VERSION }} - - name: 'Restore pre-built Qt dependency from cache' - id: deps-qt-cache - uses: actions/cache@v2.1.2 - env: - CACHE_NAME: 'deps-qt-cache' - with: - path: /tmp/obsdeps - key: ${{ runner.os }}-pr-${{ env.CACHE_NAME }}-${{ env.MACOS_DEPS_VERSION }} - name: 'Restore VLC dependency from cache' id: vlc-cache uses: actions/cache@v2.1.2