We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb26a19 commit 892f82fCopy full SHA for 892f82f
.github/workflows/ci.yml
@@ -108,11 +108,11 @@ jobs:
108
if: steps.release_check.outputs.skip_build != 'true' && matrix.config.host == 'windows-latest'
109
run: git clone https://github.com/jslater89/flutter-rs-engine-builds.git C:\repo
110
111
- - name: Install Python 2.x
+ - name: Install Python 3.x
112
if: steps.release_check.outputs.skip_build != 'true' && matrix.config.host != 'macos-latest'
113
- uses: actions/setup-python@v1
+ uses: actions/setup-python@v2
114
with:
115
- python-version: '2.x'
+ python-version: '3.x'
116
117
- name: Install dependencies (ubuntu)
118
if: steps.release_check.outputs.skip_build != 'true' && matrix.config.host == 'ubuntu-latest'
0 commit comments