From 1772b383de490cf406fe93ef3aa3a941f6db513c Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Fri, 21 Apr 2023 15:05:27 +0200 Subject: Add peertube runner cli --- .github/actions/reusable-prepare-peertube-build/action.yml | 4 ++++ 1 file changed, 4 insertions(+) (limited to '.github') 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 -- cgit v1.2.3