File tree Expand file tree Collapse file tree 2 files changed +7
-6
lines changed
actions/setup-dependencies Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -62,12 +62,12 @@ runs:
6262 mkdir -p ${{ env.PDK_ROOT }}
6363 make pdk-with-volare
6464 cd ${{ env.PDK_ROOT }}
65- - name : Save Cache FRIGATE
66- if : ${{ steps.cache-FRIGATE.outputs.cache-hit != 'true' }}
67- uses : actions/cache/save@v4
68- with :
69- path : ${{env.FRIGATE_ROOT}}
70- key : FRIGATE-${{env.FRIGATE_BRANCH}}
65+ # - name: Save Cache FRIGATE
66+ # if: ${{ steps.cache-FRIGATE.outputs.cache-hit != 'true' }}
67+ # uses: actions/cache/save@v4
68+ # with:
69+ # path: ${{env.FRIGATE_ROOT}}
70+ # key: FRIGATE-${{env.FRIGATE_BRANCH}}
7171 - name : Save Cache mgmt
7272 if : ${{ steps.cache-mgmt.outputs.cache-hit != 'true' }}
7373 uses : actions/cache/save@v4
Original file line number Diff line number Diff line change 88 runs-on : ubuntu-latest
99 steps :
1010 - uses : actions/checkout@v4
11+ - run : make install-frigate
1112 - uses : ./.github/actions/setup-dependencies
1213 with :
1314 github-token : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments