Skip to content

chore(deps): bump vendor/dotbot from 3f9e409 to 7202065 #1321

chore(deps): bump vendor/dotbot from 3f9e409 to 7202065

chore(deps): bump vendor/dotbot from 3f9e409 to 7202065 #1321

Workflow file for this run

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