Skip to content

Commit 6a43f62

Browse files
olszomalmtrojnar
authored andcommitted
Remove Python3_EXECUTABLE
1 parent 8780e6f commit 6a43f62

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)