From e05e0bb530e930f894f1157a168b747bd0835fc7 Mon Sep 17 00:00:00 2001 From: Dominic Date: Tue, 8 Jul 2025 19:14:15 +0200 Subject: [PATCH] ci: install dependencies --- .forgejo/workflows/rlottie.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/rlottie.yml b/.forgejo/workflows/rlottie.yml index fb05186..6b10b1b 100644 --- a/.forgejo/workflows/rlottie.yml +++ b/.forgejo/workflows/rlottie.yml @@ -8,6 +8,6 @@ jobs: rlottie: runs-on: alpine-latest steps: - - run: apk add bash + - run: apk add bash build-base cmake git patch shell: busybox ash -euo pipefail {0} - uses: https://github.com/msrd0/install-rlottie-action@v1.3