Skip to content

Commit

Permalink
[Tizen] Temporarily downgrade Python 3.12 for macOS build
Browse files Browse the repository at this point in the history
  • Loading branch information
swift-kim committed Nov 10, 2023
1 parent 4518527 commit a648fea
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,10 @@ jobs:
path: src/flutter
fetch-depth: 0

- uses: actions/setup-python@v4
with:
python-version: '3.11'

- name: Install depot_tools
run: |
git clone --depth=1 https://chromium.googlesource.com/chromium/tools/depot_tools.git
Expand Down

0 comments on commit a648fea

Please sign in to comment.