Skip to content

chore(deps): bump vendor/dotbot from 0469806 to 830da25 (#552) #1550

chore(deps): bump vendor/dotbot from 0469806 to 830da25 (#552)

chore(deps): bump vendor/dotbot from 0469806 to 830da25 (#552) #1550

Workflow file for this run

---
name: build-ios
on:
push:
workflow_dispatch:
jobs:
build:
runs-on: macos-latest
steps:
- uses: actions/checkout@v6.0.1
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@v6.1.0
with:
python-version: ${{ env.python_version }}