File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change 63
63
install_root=$(find ./IfcOpenShell/build -maxdepth 4 -name install)
64
64
find "$install_root" -type f -name 'cache-*.tar.gz' -maxdepth 1 -exec tar -xzf {} -C "$install_root" \;
65
65
66
+ - name : Debug
67
+ run : |
68
+ base=$(find $PWD/IfcOpenShell/build -maxdepth 4 -name install)
69
+ $base/python-3.9.11/bin/python3 --version
70
+ $base/python-3.9.11/bin/python3 -c 'import sysconfig; print(sysconfig.get_path("platlib"))'
71
+
66
72
- name : Run IfcOpenShell Build Script
67
73
run : |
68
74
if [ "${{ matrix.os }}" == "macos" ]; then
72
78
73
79
- name : Compile voxec
74
80
run : |
75
- base=$(find . /IfcOpenShell/build -maxdepth 4 -name install)
81
+ base=$(find $PWD /IfcOpenShell/build -maxdepth 4 -name install)
76
82
mkdir build
77
83
cd build
78
84
cmake .. \
You can’t perform that action at this time.
0 commit comments