Skip to content

Commit

Permalink
Merge pull request #23 from gerlero/cache
Browse files Browse the repository at this point in the history
Fix cache input
  • Loading branch information
gerlero authored Aug 24, 2024
2 parents ab503b5 + 23fb72f commit 3e6ef51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ runs:
with:
packages: ${{ steps.prep.outputs.apt-packages }}
update: ${{ inputs.openfoam-version < 1000 }}
cache: ${{ inputs.cache }}
cache: ${{ inputs.cache && inputs.cache != 'false' }}
- name: Get OS version
if: runner.os == 'macOS' && inputs.cache && inputs.cache != 'false'
id: os-version
Expand Down

0 comments on commit 3e6ef51

Please sign in to comment.