Skip to content

Commit

Permalink
Update python setuptools for macOS/iOS build
Browse files Browse the repository at this point in the history
  • Loading branch information
dumganhar committed Jun 11, 2024
1 parent 5ddd9d4 commit 3fb2f15
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@ jobs:
with:
xcode-version: latest-stable

- name: Update setuptools
run: |
python3 -m pip install --upgrade pip setuptools
- name: Clone DepotTools
run: |
cd ..
Expand Down Expand Up @@ -148,6 +152,10 @@ jobs:
with:
xcode-version: latest-stable

- name: Update setuptools
run: |
python3 -m pip install --upgrade pip setuptools
- name: Clone DepotTools
run: |
cd ..
Expand Down

0 comments on commit 3fb2f15

Please sign in to comment.