Skip to content

Commit

Permalink
explicitly set python path
Browse files Browse the repository at this point in the history
  • Loading branch information
Shotgunosine committed Nov 6, 2024
1 parent fde835e commit 693b1be
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build_executables.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ jobs:
if lipo -info $(which python3) | grep -q "Architectures in the fat file"; then
lipo -info $(which python3)
echo "Python is a fat binary."
export PATH=/Users/runner/hostedtoolcache/Python/3.10.11/arm64/bin:$PATH
else
echo "Python is NOT a fat binary."
exit 1 # Optional: Exit with error if you require a fat binary
Expand Down

0 comments on commit 693b1be

Please sign in to comment.