Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
viferga authored Sep 25, 2024
1 parent bd2e6b3 commit 4af965e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,8 +118,6 @@ jobs:
rm -rf `pwd`/distributable
export PATH="${INSTALL_DIR}/bin:$PATH"
otool -L ${INSTALL_DIR}/bin/python3
otool -L ${INSTALL_DIR}/Cellar/[email protected]/3.12.5/Frameworks/Python.framework/Versions/3.12/Python
otool -L ${INSTALL_DIR}/Cellar/[email protected]/3.12.5/Frameworks/Python.framework/Versions/3.12/Resources/Python.app/Contents/MacOS/Python
otool -L ${INSTALL_DIR}/bin/ruby
${INSTALL_DIR}/bin/python3 -c 'import sys; print(sys.argv)'
${INSTALL_DIR}/bin/ruby -e "require 'date'; puts Date.today"
Expand Down Expand Up @@ -161,8 +159,6 @@ jobs:
# export RUBYLIB="${INSTALL_DIR}/lib/ruby/3.3.0:${INSTALL_DIR}/lib/ruby/3.3.0/${RUBY_PLATFORM_PAIR}"
# export GEM_PATH="${INSTALL_DIR}/lib/ruby/gems/3.3.0"
# otool -L ${INSTALL_DIR}/bin/python3
# otool -L ${INSTALL_DIR}/Cellar/[email protected]/3.12.5/Frameworks/Python.framework/Versions/3.12/Python
# otool -L ${INSTALL_DIR}/Cellar/[email protected]/3.12.5/Frameworks/Python.framework/Versions/3.12/Resources/Python.app/Contents/MacOS/Python
# otool -L ${INSTALL_DIR}/bin/ruby
# ${INSTALL_DIR}/bin/python3 -c 'import sys; print(sys.argv)'
# ${INSTALL_DIR}/bin/ruby -e "require 'date'; puts Date.today"
Expand Down

0 comments on commit 4af965e

Please sign in to comment.