Skip to content

Commit

Permalink
[DRAFT] remove arm64
Browse files Browse the repository at this point in the history
ChristopherHX authored Jan 2, 2024

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
1 parent 7209b61 commit 5793b60
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -352,6 +352,9 @@ jobs:
shutil.copy2(path.join(DMG_MOUNT_PATH, 'Minecraft Bedrock Launcher.app', 'Contents', 'Frameworks', 'libGLESv2.dylib'), './source/osx-angle-ci/artifacts/libGLESv2.dylib', follow_symlinks = True)
shell: python
if: steps.angle.outputs.cache-hit != 'true'
- run: |
lipo -remove arm64 ./source/osx-angle-ci/artifacts/libEGL.dylib -output ./source/osx-angle-ci/artifacts/libEGL.dylib
lipo -remove arm64 ./source/osx-angle-ci/artifacts/libGLESv2.dylib -output ./source/osx-angle-ci/artifacts/libGLESv2.dylib
build-protobuf:
runs-on: macos-latest
steps:

0 comments on commit 5793b60

Please sign in to comment.