Skip to content

Commit

Permalink
Yeet.
Browse files Browse the repository at this point in the history
  • Loading branch information
viferga committed Sep 3, 2024
1 parent f30cf94 commit 24d6f66
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
path: distributable/*

tgz-test:
name: Run Test Distributable TGZ (relocatable)
name: Run Test Distributable TGZ
needs: build
strategy:
fail-fast: false
Expand Down Expand Up @@ -118,15 +118,15 @@ jobs:
fi
rm -rf `pwd`/distributable
export PATH="${INSTALL_DIR}/bin:$PATH"
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"
# ${INSTALL_DIR}/bin/ruby -e "require 'date'; puts Date.today"
# 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"

pkg-test:
name: Run Test Distributable PKG
Expand Down

0 comments on commit 24d6f66

Please sign in to comment.