We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0b6d68 commit f31602fCopy full SHA for f31602f
.github/actions/setup-dependencies/action.yaml
@@ -47,13 +47,11 @@ runs:
47
if: ${{ steps.cache-FRIGATE.outputs.cache-hit != 'true' && inputs.cache-only != 'true' }}
48
run: |
49
make install-frigate
50
- cd ${{ env.FRIGATE_ROOT }}
51
- name: Download mgmt
52
shell: bash
53
if: ${{ steps.cache-mgmt.outputs.cache-hit != 'true' && inputs.cache-only != 'true' }}
54
55
make -C ${{ env.FRIGATE_ROOT }} install-mcw
56
- cd ${{ env.MGMT_ROOT }}
57
- name: Download PDK
58
59
if: ${{ steps.cache-pdk.outputs.cache-hit != 'true' && inputs.cache-only != 'true' }}
0 commit comments