Skip to content

Show that a real iOS device is offline (ie. locked & or not trust cur… #73

Show that a real iOS device is offline (ie. locked & or not trust cur…

Show that a real iOS device is offline (ie. locked & or not trust cur… #73

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