Skip to content

Merge pull request #472 from ivankatliarchuk/dependabot/github_action… #1339

Merge pull request #472 from ivankatliarchuk/dependabot/github_action…

Merge pull request #472 from ivankatliarchuk/dependabot/github_action… #1339

Workflow file for this run

---
name: build-ios
on:
push:
workflow_dispatch:
jobs:
build:
runs-on: macos-latest
steps:
- uses: actions/checkout@v4.2.0
with:
fetch-depth: '1'
submodules: 'true'
# submodules: 'recursive'
- name: read python version
id: python-version
run: |
echo "python_version=$(cat .python-version)" >> $GITHUB_ENV
- uses: actions/setup-python@v5.2.0
with:
python-version: ${{ env.python_version }}