chore(deps): bump vendor/dotbot from 67aeaf7 to 6c6dc4b
#1523
Workflow file for this run
This file contains hidden or 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-ios | |
| on: | |
| push: | |
| workflow_dispatch: | |
| jobs: | |
| build: | |
| runs-on: macos-latest | |
| steps: | |
| - uses: actions/[email protected] | |
| 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/[email protected] | |
| with: | |
| python-version: ${{ env.python_version }} |