Skip to content

Commit

Permalink
Merge from 5.x: PR #18685
Browse files Browse the repository at this point in the history
Fixes #18661
  • Loading branch information
ccordoba12 committed Jul 15, 2022
2 parents 558851d + d6dc36c commit b7b7341
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/installer-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ jobs:
working-directory: ${{ github.workspace }}/spyder
run: |
curl -Ls https://micro.mamba.pm/api/micromamba/osx-64/latest | tar -xvj bin/micromamba
install_name_tool -change @rpath/libc++.1.dylib /usr/lib/libc++.1.dylib bin/micromamba
- name: Build Application Bundle
run: ${pythonLocation}/bin/python setup.py ${LITE_FLAG} --dist-dir ${DISTDIR}
- name: Create Keychain
Expand Down

0 comments on commit b7b7341

Please sign in to comment.