Skip to content

Commit

Permalink
[build] Fix cache miss in main build
Browse files Browse the repository at this point in the history
Issue #298
  • Loading branch information
mfld-fr committed Feb 5, 2020
1 parent 4781bda commit e29f843
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ jobs:
path: cross
key: cross-${{ hashFiles('tools/*') }}-${{ runner.os }}

- name: prepare
if: steps.cache.outputs.cache-hit != 'true'
run: 'mkdir cross'

- name: cross
if: steps.cache.outputs.cache-hit != 'true'
run: tools/build.sh
Expand Down

0 comments on commit e29f843

Please sign in to comment.