Skip to content

Commit

Permalink
[no ci] fix cache save failure
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristopherHX authored Aug 13, 2023
1 parent 91d3758 commit 71b961d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -428,6 +428,7 @@ jobs:
make install -j8
working-directory: protobuf
- uses: actions/cache/save@v3
if: steps.cache.outputs.cache-hit != 'true'
with:
path: protobuf-build
key: protobuf-macos-x64
Expand Down

0 comments on commit 71b961d

Please sign in to comment.