We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06295a0 commit 24f5917Copy full SHA for 24f5917
.github/workflows/build_osx.yml
@@ -73,6 +73,7 @@ jobs:
73
- name: Compile voxec
74
run: |
75
base=$GITHUB_WORKSPACE/IfcOpenShell/build/Darwin/${{ matrix.cpuarch }}/10.9/install
76
+ find $base
77
mkdir build
78
cd build
79
cmake .. \
0 commit comments