Show that a real iOS device is offline (ie. locked & or not trust cur… #73
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |