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:
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
@ -141,6 +141,7 @@ jobs:
|
|||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
- name: Install build dependencies
|
||||||
run: |
|
run: |
|
||||||
apk add --no-cache rust cargo musl-dev openssl-dev git abuild
|
apk add --no-cache rust cargo musl-dev openssl-dev git abuild
|
||||||
- name: Build APK package
|
- name: Build APK package
|
||||||
|
|||||||
Reference in New Issue
Block a user