Skip to content

Commit 892f82f

Browse files
committed
modify python version
1 parent bb26a19 commit 892f82f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -108,11 +108,11 @@ jobs:
108108
if: steps.release_check.outputs.skip_build != 'true' && matrix.config.host == 'windows-latest'
109109
run: git clone https://github.com/jslater89/flutter-rs-engine-builds.git C:\repo
110110

111-
- name: Install Python 2.x
111+
- name: Install Python 3.x
112112
if: steps.release_check.outputs.skip_build != 'true' && matrix.config.host != 'macos-latest'
113-
uses: actions/setup-python@v1
113+
uses: actions/setup-python@v2
114114
with:
115-
python-version: '2.x'
115+
python-version: '3.x'
116116

117117
- name: Install dependencies (ubuntu)
118118
if: steps.release_check.outputs.skip_build != 'true' && matrix.config.host == 'ubuntu-latest'

0 commit comments

Comments
 (0)