diff options
Diffstat (limited to '.github/actions/reusable-prepare-peertube-build')
-rw-r--r-- | .github/actions/reusable-prepare-peertube-build/action.yml | 4 |
1 files changed, 4 insertions, 0 deletions
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: | |||
29 | - name: Install dependencies | 29 | - name: Install dependencies |
30 | shell: bash | 30 | shell: bash |
31 | run: yarn install --frozen-lockfile | 31 | run: yarn install --frozen-lockfile |
32 | |||
33 | - name: Install peertube runner dependencies | ||
34 | shell: bash | ||
35 | run: cd packages/peertube-runner && yarn install --frozen-lockfile | ||