diff --git a/.github/workflows/mocha.yml b/.github/workflows/mocha.yml index 8c115dccf0..95a8c997e2 100644 --- a/.github/workflows/mocha.yml +++ b/.github/workflows/mocha.yml @@ -113,15 +113,6 @@ jobs: env: COVERAGE: 1 steps: - - name: Cache Growl Installer (Windows) - if: "${{ matrix.os == 'windows-2019' }}" - id: cache-growl - uses: actions/cache@v2 - with: - path: GrowlInstaller - key: '${{ runner.os }}-growl-installer' - restore-keys: | - ${{ runner.os }}-growl-installer - name: Download Growl Installer (Windows) if: "${{ matrix.os == 'windows-2019' && steps.cache-growl.outputs.cache-hit != 'true'}}" run: > @@ -141,14 +132,6 @@ jobs: 7z x $seaPath -oGrowlInstaller | out-null echo "Done." - - name: Retrieve Growl Installer (Windows) - if: "${{ matrix.os == 'windows-2019' }}" - uses: actions/cache@v2 - with: - path: GrowlInstaller - key: '${{ runner.os }}-growl-installer' - restore-keys: | - ${{ runner.os }}-growl-installer - name: Add Growl Installer to Path (Windows) if: "${{ matrix.os == 'windows-2019' }}" run: 'echo "C:\Program Files (x86)\Growl for Windows" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8'