Skip to content

Commit

Permalink
chore: update clause
Browse files Browse the repository at this point in the history
  • Loading branch information
achingbrain committed Jan 20, 2022
1 parent 55f77f3 commit f261653
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions actions/cache-node-modules/action.yml
Expand Up @@ -15,7 +15,7 @@ runs:
using: composite
steps:
# Windows I/O is so slow it's faster to just install the deps every time
- if: ${{ runner.os }} != 'Windows'
- if: ${{ runner.os }} == 'Linux'
uses: actions/cache@v2
id: cache
with:
Expand All @@ -32,5 +32,5 @@ runs:
npm install
npm run --if-present build
${{ inputs.build }}
echo ${{ runner.os }}
echo ${{ runner.os }} == 'Linux'
shell: bash

0 comments on commit f261653

Please sign in to comment.