diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ce42137..5a04811 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 @@ -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/python@3.12/3.12.5/Frameworks/Python.framework/Versions/3.12/Python otool -L ${INSTALL_DIR}/Cellar/python@3.12/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