Skip to content

Commit

Permalink
move build kivy back to before xcode project
Browse files Browse the repository at this point in the history
  • Loading branch information
damies13 committed Dec 18, 2024
1 parent 55d65d6 commit eef45f0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-iOS.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@ jobs:

# - name: xcode build numpy
# run: toolchain build numpy

- name: xcode build kivy
run: toolchain build kivy

- name: create xcode project
run: toolchain create ImgSplitter $(pwd)/src
Expand All @@ -55,9 +58,6 @@ jobs:
run: toolchain update ImgSplitter-ios


- name: xcode build kivy
run: toolchain build kivy



- name: Archive xcode project
Expand Down

0 comments on commit eef45f0

Please sign in to comment.