forgejo-runner-install-rlottie/.forgejo/workflows/rlottie.yml
Dominic 0dba6f91fb
All checks were successful
rlotie / rlottie (push) Successful in 40s
ci: install sudo
2025-07-08 19:16:35 +02:00

13 lines
273 B
YAML

name: rlotie
on:
push:
workflow_dispatch:
jobs:
rlottie:
runs-on: alpine-latest
steps:
- run: apk add bash build-base cmake git patch sudo
shell: busybox ash -euo pipefail {0}
- uses: https://github.com/msrd0/install-rlottie-action@v1.3