]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - .github/actions/reusable-prepare-peertube-build/action.yml
Revert hls.js upgrade
[github/Chocobozzz/PeerTube.git] / .github / actions / reusable-prepare-peertube-build / action.yml
index e02c0b333131546f1f73c48725275b02571049eb..03034f6cc9c1446a52382a0bd37a74291622a13a 100644 (file)
@@ -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