Skip to content

Commit

Permalink
Update dependencies to support Xcode 15.4
Browse files Browse the repository at this point in the history
  • Loading branch information
sevilS authored Oct 7, 2024
1 parent a7ae534 commit 699106a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/xcode.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ jobs:
- name: O-MVLL Xcode 15.x
shell: bash
run: |
curl -LO https://open-obfuscator.build38.io/static/omvll-deps-xcode-15_2.tar
curl -LO https://open-obfuscator.build38.io/static/omvll-deps-xcode-15_4.tar
mkdir -p /tmp/third-party-xcode15
mkdir -p $GITHUB_WORKSPACE/dist
tar xvf ./omvll-deps-xcode-15_2.tar --directory=/tmp/third-party-xcode15
tar xvf ./omvll-deps-xcode-15_4.tar --directory=/tmp/third-party-xcode15
docker run --rm \
-v /tmp/third-party-xcode15:/third-party \
-v $GITHUB_WORKSPACE:/o-mvll \
Expand Down Expand Up @@ -42,7 +42,7 @@ jobs:
./omvll_xcode_15.dylib
./Python-3.10.7
./sample-omvll-config.py
outPath: ${{ github.workspace }}/dist/omvll_xcode_15_2.tar.gz
outPath: ${{ github.workspace }}/dist/omvll_xcode_15_4.tar.gz
- name: O-MVLL Deployment
env:
BUILD38_S3_KEY: ${{ secrets.BUILD38_S3_KEY }}
Expand Down

0 comments on commit 699106a

Please sign in to comment.