chore(deps): bump vendor/prezto from 1875ddb to 7b3b798 (#543)
#1527
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 }} |