diff --git a/.github/workflows/render-video.yml b/.github/workflows/render-video.yml index 378e8cd..b77872b 100644 --- a/.github/workflows/render-video.yml +++ b/.github/workflows/render-video.yml @@ -11,9 +11,7 @@ jobs: container: image: node:lts steps: - - uses: actions/checkout@main - - uses: actions/setup-node@main - - run: apt update && apt install -y yarn ffmpeg + - run: apt update && apt install -y yarn ffmpeg libnss3 - run: yarn && yarn build - uses: actions/upload-artifact@v2 with: