Skip to content

If an iOS SDK is embedded and this SDK archive contains an xcodeVersi… #67

If an iOS SDK is embedded and this SDK archive contains an xcodeVersi…

If an iOS SDK is embedded and this SDK archive contains an xcodeVersi… #67

Workflow file for this run

name: Build
on:
push:
paths:
- '**.4dm'
pull_request:
paths:
- '**.4dm'
workflow_dispatch:
jobs:
build:
name: "Build"
runs-on: windows-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Check out 4D-Progress
uses: actions/checkout@v3
with:
repository: 4d/4D-Progress
path: Components/4D-Progress.4dbase
- name: Build
uses: 4d/build4d-action@main