From 1fed103aff39e6c0674bb5fe41b9fa46d12be88e Mon Sep 17 00:00:00 2001 From: Christian Hoffmann Date: Sun, 13 Mar 2022 02:06:30 +0100 Subject: [PATCH] Autobuild: Don't cache pip Adding the pip cache to the action/cache path list is unnecessary. pip is only run when Qt is missing (= cache miss) and aqtinstall must be downloaded. --- .github/workflows/autobuild.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/autobuild.yml b/.github/workflows/autobuild.yml index 3d7509066c..19fdbde0f5 100644 --- a/.github/workflows/autobuild.yml +++ b/.github/workflows/autobuild.yml @@ -171,7 +171,6 @@ jobs: with: path: | /usr/local/opt/qt - ~/Library/Caches/pip ~/Library/Cache/jamulus-homebrew-bottles key: ${{ matrix.config.target_os }}-${{ hashFiles('.github/workflows/autobuild.yml', 'autobuild/mac/autobuild_mac_1_prepare.sh', 'mac/deploy_mac.sh') }}-${{ matrix.config.cmd1_prebuild }} @@ -182,7 +181,6 @@ jobs: path: | C:\Qt C:\ChocoCache - ~\AppData\Local\pip\Cache ~\windows\NSIS ~\windows\ASIOSDK2 key: ${{ matrix.config.target_os }}-${{ hashFiles('.github/workflows/autobuild.yml', 'autobuild/windows/autobuild_windowsinstaller_1_prepare.ps1', 'windows/deploy_windows.ps1') }}-${{ matrix.config.cmd1_prebuild }}