Skip to content

Commit abeb2d6

Browse files
committedFeb 26, 2025··
force install frigate
Signed-off-by: Kareem Farid <[email protected]>
1 parent 59d1d4a commit abeb2d6

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed
 

‎.github/actions/setup-dependencies/action.yaml

+6-6
Original file line numberDiff line numberDiff 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

‎.github/workflows/test.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ jobs:
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 }}

0 commit comments

Comments
 (0)
Please sign in to comment.