File tree 2 files changed +7
-6
lines changed
actions/setup-dependencies
2 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -62,12 +62,12 @@ runs:
62
62
mkdir -p ${{ env.PDK_ROOT }}
63
63
make pdk-with-volare
64
64
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}}
71
71
- name : Save Cache mgmt
72
72
if : ${{ steps.cache-mgmt.outputs.cache-hit != 'true' }}
73
73
uses : actions/cache/save@v4
Original file line number Diff line number Diff line change 8
8
runs-on : ubuntu-latest
9
9
steps :
10
10
- uses : actions/checkout@v4
11
+ - run : make install-frigate
11
12
- uses : ./.github/actions/setup-dependencies
12
13
with :
13
14
github-token : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments