Skip to content

Commit

Permalink
trhytjyuj
Browse files Browse the repository at this point in the history
  • Loading branch information
Tangxinwei committed Dec 12, 2024
1 parent 24b741c commit 022ca54
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -449,7 +449,8 @@ jobs:
name: iOS
runs-on: macos-14
steps:
- name: use python3.9
- uses: actions/checkout@v2
- name: Run build script
run: |
brew list --formula | grep 'python@3' | xargs brew uninstall --ignore-dependencies
curl -O https://repo.anaconda.com/archive/Anaconda3-2024.10-1-MacOSX-arm64.sh
Expand All @@ -463,12 +464,6 @@ jobs:
pip3 install virtualenv
pip3 install --upgrade setuptools
python3 -c "import pkg_resources"
- uses: actions/checkout@v2
- name: Run build script
run: |
source ~/.bash_profile
conda activate myenv
cd $GITHUB_WORKSPACE
npm i
bash ./ios.sh ${{github.event.inputs.v8_revision}}
Expand Down

0 comments on commit 022ca54

Please sign in to comment.