Skip to content

Commit

Permalink
try python 3.10 (seems to be what xcode ios wants?
Browse files Browse the repository at this point in the history
  • Loading branch information
damies13 committed Dec 18, 2024
1 parent c7813a1 commit c047ba7
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build-iOS.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
# - name: setup python
# uses: actions/setup-python@v5
# with:
# # python-version: "3.x"
# python-version: "3.10"
- name: setup python
uses: actions/setup-python@v5
with:
# python-version: "3.x"
python-version: "3.10"


# Prerequisites
Expand Down

0 comments on commit c047ba7

Please sign in to comment.