Update build_apps.yml

This commit is contained in:
BPH 2023-12-10 19:41:14 +01:00 committed by GitHub
parent 0e973bb11d
commit 27f45926ee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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