Skip to content

Commit

Permalink
ci(label): enable cache for labeling builds
Browse files Browse the repository at this point in the history
  • Loading branch information
clearloop committed Aug 16, 2023
1 parent c4723fd commit bfed377
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/label.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ jobs:
uses: ./.github/workflows/build.yml
if: ${{ needs.status.outputs.build }}
with:
cache: true
linux: ${{ needs.status.outputs.linux }}
win: ${{ needs.status.outputs.win }}
macos: ${{ needs.status.outputs.macos }}

0 comments on commit bfed377

Please sign in to comment.