File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -57,13 +57,13 @@ jobs:
5757 path : docs_binaries
5858 lookup-only : false
5959
60- - name : Download docs binaries artifact (fallback)
61- if : steps.cache-restore.outputs.cache-hit != 'true'
62- uses : actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
63- with :
64- name : docs-binaries-macos
65- path : docs_binaries
66- continue-on-error : true
60+ # - name: Download docs binaries artifact (fallback)
61+ # if: steps.cache-restore.outputs.cache-hit != 'true'
62+ # uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
63+ # with:
64+ # name: docs-binaries-macos
65+ # path: docs_binaries
66+ # continue-on-error: true
6767
6868 - name : Debug - List cached binaries structure
6969 run : |
You can’t perform that action at this time.
0 commit comments