Skip to content

Commit

Permalink
Debug ls
Browse files Browse the repository at this point in the history
  • Loading branch information
Noremos committed Dec 6, 2024
1 parent 6256e2e commit fd31d4d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/python-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,12 @@ jobs:
tar -xvf premake5.tar.gz
mv premake5 /usr/local/bin/
ls /opt/python/cp313-cp313m
ls /opt/python/cp313-cp313m/include
ls /opt/python/cp313-cp313m/include/python3.13
ls /opt/python/cp313-cp313m/lib
ls /opt/python/cp313-cp313m/bin
cd PrjBarlib
premake5 gmake2 --python-include-path=/opt/python/cp313-cp313m/include/python3.13 \
--python-lib-path=/opt/python/cp313-cp313m/lib \
Expand Down

0 comments on commit fd31d4d

Please sign in to comment.