Skip to content

Commit 5015d89

Browse files
swift-kimJSUYA
authored andcommitted
[Tizen] Temporarily downgrade Python 3.12 for macOS build
1 parent 131ca1f commit 5015d89

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build.yml

+4
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,10 @@ jobs:
169169
path: src/flutter
170170
fetch-depth: 0
171171

172+
- uses: actions/setup-python@v4
173+
with:
174+
python-version: '3.11'
175+
172176
- name: Install depot_tools
173177
run: |
174178
git clone --depth=1 https://chromium.googlesource.com/chromium/tools/depot_tools.git

0 commit comments

Comments
 (0)