Skip to content

Commit

Permalink
temp: fix growl workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
juergba committed Jan 6, 2021
1 parent 998f796 commit 99529b4
Showing 1 changed file with 3 additions and 11 deletions.
14 changes: 3 additions & 11 deletions .github/workflows/mocha.yml
Expand Up @@ -9,7 +9,7 @@ name: Tests

jobs:
prepare-commit-msg:
name: Retrive head commit message
name: Retrieve head commit message
runs-on: ubuntu-latest
outputs:
HEAD_COMMIT_MSG: '${{ steps.commitMsg.outputs.HEAD_COMMIT_MSG }}'
Expand Down Expand Up @@ -116,9 +116,9 @@ jobs:
uses: actions/cache@v2
with:
path: GrowlInstaller
key: '${{ runner.os }}-growl-installer'
key: '${{ runner.os }}-growl-installer-msi'
restore-keys: |
${{ runner.os }}-growl-installer
${{ runner.os }}-growl-installer-msi
- name: Download Growl Installer (Windows)
if: "${{ matrix.os == 'windows-2019' && steps.cache-growl.outputs.cache-hit != 'true'}}"
run: >
Expand All @@ -138,14 +138,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'
Expand Down

0 comments on commit 99529b4

Please sign in to comment.