Skip to content

Commit

Permalink
remove binary-cache (#30658)
Browse files Browse the repository at this point in the history
  • Loading branch information
matamatanot committed Nov 1, 2021
1 parent fc21a20 commit 187ad18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_test_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -979,7 +979,7 @@ jobs:
sudo apt-get install gcc-aarch64-linux-gnu -y
- name: Cache native binary
if: ${{ steps.binary-cache.outputs.cache-hit != 'true' && steps.docs-change.outputs.DOCS_CHANGE != 'docs only change' }}
if: ${{ steps.docs-change.outputs.DOCS_CHANGE != 'docs only change' }}
id: binary-cache
uses: actions/cache@v2
with:
Expand Down

0 comments on commit 187ad18

Please sign in to comment.