2025-07-08 19:13:18 +02:00
|
|
|
name: rlotie
|
|
|
|
|
|
|
|
on:
|
|
|
|
push:
|
|
|
|
workflow_dispatch:
|
|
|
|
|
|
|
|
jobs:
|
|
|
|
rlottie:
|
|
|
|
runs-on: alpine-latest
|
|
|
|
steps:
|
2025-07-08 19:14:15 +02:00
|
|
|
- run: apk add bash build-base cmake git patch
|
2025-07-08 19:13:18 +02:00
|
|
|
shell: busybox ash -euo pipefail {0}
|
|
|
|
- uses: https://github.com/msrd0/install-rlottie-action@v1.3
|