From 24d6f668af05ef29d0b7e984b8a0581b64dea571 Mon Sep 17 00:00:00 2001 From: Vicente Eduardo Ferrer Garcia Date: Wed, 4 Sep 2024 01:12:25 +0200 Subject: [PATCH] Yeet. --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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