mirror of
https://github.com/kiwix/kiwix-apple-custom.git
synced 2025-09-23 04:12:33 -04:00
Update build_apps.yml
This commit is contained in:
parent
0e973bb11d
commit
27f45926ee
11
.github/workflows/build_apps.yml
vendored
11
.github/workflows/build_apps.yml
vendored
@ -23,16 +23,21 @@ jobs:
|
|||||||
# Steps represent a sequence of tasks that will be executed as part of the job
|
# Steps represent a sequence of tasks that will be executed as part of the job
|
||||||
steps:
|
steps:
|
||||||
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
|
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v4
|
||||||
|
with:
|
||||||
|
ref: main
|
||||||
# Checks-out the kiwix/apple repository as well
|
# Checks-out the kiwix/apple repository as well
|
||||||
- uses: actions/checkout@main
|
- uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
repository: kiwix/apple
|
repository: kiwix/apple
|
||||||
|
ref: main
|
||||||
|
path: kiwix-apple-custom
|
||||||
|
|
||||||
|
|
||||||
# Run XcodeGen
|
# Run XcodeGen
|
||||||
- uses: xavierLowmiller/xcodegen-action@1.1.2
|
- uses: xavierLowmiller/xcodegen-action@1.1.2
|
||||||
with:
|
with:
|
||||||
spec: project.yaml
|
spec: project.yml
|
||||||
quiet: false
|
quiet: false
|
||||||
version: '2.38.0'
|
version: '2.38.0'
|
||||||
use-cache: true
|
use-cache: true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user