X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=.github%2Factions%2Freusable-prepare-peertube-build%2Faction.yml;h=03034f6cc9c1446a52382a0bd37a74291622a13a;hb=8777a98e3abb21eb641b37663b2d86e2a5b70cbb;hp=e02c0b333131546f1f73c48725275b02571049eb;hpb=a2fb5fb8b1007e3ce82e707917f5d9a37374e99b;p=github%2FChocobozzz%2FPeerTube.git diff --git a/.github/actions/reusable-prepare-peertube-build/action.yml b/.github/actions/reusable-prepare-peertube-build/action.yml index e02c0b333..03034f6cc 100644 --- a/.github/actions/reusable-prepare-peertube-build/action.yml +++ b/.github/actions/reusable-prepare-peertube-build/action.yml @@ -29,3 +29,7 @@ runs: - name: Install dependencies shell: bash run: yarn install --frozen-lockfile + + - name: Install peertube runner dependencies + shell: bash + run: cd packages/peertube-runner && yarn install --frozen-lockfile