Skip to content

Commit

Permalink
Yeet.
Browse files Browse the repository at this point in the history
  • Loading branch information
viferga committed Sep 2, 2024
1 parent e302089 commit 820c700
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,10 +112,10 @@ jobs:
INSTALL_DIR="`pwd`/distributable/usr/local"
fi
export PATH="${INSTALL_DIR}/bin:$PATH"
${INSTALL_DIR}/bin/python3 -c 'import sys; print(sys.argv)'
otool -L ${INSTALL_DIR}/bin/python3
${INSTALL_DIR}/bin/ruby -e "require 'date'; puts Date.today"
otool -L ${INSTALL_DIR}/bin/ruby
${INSTALL_DIR}/bin/ruby -e "require 'date'; puts Date.today"
# ${INSTALL_DIR}/bin/python3 -c 'import sys; print(sys.argv)'

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

0 comments on commit 820c700

Please sign in to comment.