Skip to content

Commit f31602f

Browse files
committed
remove uneeded commands
Signed-off-by: Kareem Farid <kareefardi@users.noreply.github.com>
1 parent a0b6d68 commit f31602f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

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

-2
Original file line numberDiff line numberDiff line change
@@ -47,13 +47,11 @@ runs:
4747
if: ${{ steps.cache-FRIGATE.outputs.cache-hit != 'true' && inputs.cache-only != 'true' }}
4848
run: |
4949
make install-frigate
50-
cd ${{ env.FRIGATE_ROOT }}
5150
- name: Download mgmt
5251
shell: bash
5352
if: ${{ steps.cache-mgmt.outputs.cache-hit != 'true' && inputs.cache-only != 'true' }}
5453
run: |
5554
make -C ${{ env.FRIGATE_ROOT }} install-mcw
56-
cd ${{ env.MGMT_ROOT }}
5755
- name: Download PDK
5856
shell: bash
5957
if: ${{ steps.cache-pdk.outputs.cache-hit != 'true' && inputs.cache-only != 'true' }}

0 commit comments

Comments
 (0)