mirror of
https://github.com/kiwix/kiwix-apple-custom.git
synced 2025-09-21 19:31:53 -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:
|
||||
# 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
|
||||
- uses: actions/checkout@main
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
repository: kiwix/apple
|
||||
ref: main
|
||||
path: kiwix-apple-custom
|
||||
|
||||
|
||||
# Run XcodeGen
|
||||
- uses: xavierLowmiller/xcodegen-action@1.1.2
|
||||
with:
|
||||
spec: project.yaml
|
||||
spec: project.yml
|
||||
quiet: false
|
||||
version: '2.38.0'
|
||||
use-cache: true
|
||||
|
Loading…
x
Reference in New Issue
Block a user