Private
Public Access
1
0

Fix CI YAML syntax error in build-apk job

- Separated checkout step from dependency installation step
- Each step must have either 'uses:' OR 'run:', not both
- Added proper 'name:' field for install dependencies step
This commit is contained in:
2026-04-13 21:01:07 +00:00
parent 78f8882663
commit cbb5ae38ce

View File

@ -141,6 +141,7 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Install build dependencies
run: |
apk add --no-cache rust cargo musl-dev openssl-dev git abuild
- name: Build APK package