File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed
Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -177,8 +177,7 @@ jobs:
177177 -B "${{ github.workspace }}/build" \
178178 -DCMAKE_OSX_ARCHITECTURES=arm64 \
179179 -DCMAKE_BUILD_TYPE="${{ env.BUILD_TYPE }}" \
180- -DCMAKE_INSTALL_PREFIX="${{ github.workspace }}/dist" \
181- -DPython3_EXECUTABLE="${{ github.workspace }}/venv/bin/python"
180+ -DCMAKE_INSTALL_PREFIX="${{ github.workspace }}/dist"
182181
183182 - name : Configure CMake (Windows)
184183 if : runner.os == 'Windows'
@@ -188,10 +187,8 @@ jobs:
188187 -G "${{ matrix.generator }}" `
189188 -S "${{ github.workspace }}" `
190189 -B "${{ github.workspace }}/build" `
191- -DCMAKE_OSX_ARCHITECTURES=arm64 `
192190 -DCMAKE_BUILD_TYPE="${{ env.BUILD_TYPE }}" `
193- -DCMAKE_INSTALL_PREFIX="${{ github.workspace }}/dist" `
194- -DPython3_EXECUTABLE="${{ github.workspace }}\venv\Scripts\python.exe"
191+ -DCMAKE_INSTALL_PREFIX="${{ github.workspace }}/dist"
195192
196193 - name : Build
197194 run : cmake
You can’t perform that action at this time.
0 commit comments