mirror of
https://github.com/mtrojnar/osslsigncode.git
synced 2025-04-04 08:50:12 -05:00
Remove Python3_EXECUTABLE
This commit is contained in:
parent
8780e6f8e4
commit
6a43f62835
7
.github/workflows/ci.yml
vendored
7
.github/workflows/ci.yml
vendored
@ -177,8 +177,7 @@ jobs:
|
||||
-B "${{ github.workspace }}/build" \
|
||||
-DCMAKE_OSX_ARCHITECTURES=arm64 \
|
||||
-DCMAKE_BUILD_TYPE="${{ env.BUILD_TYPE }}" \
|
||||
-DCMAKE_INSTALL_PREFIX="${{ github.workspace }}/dist" \
|
||||
-DPython3_EXECUTABLE="${{ github.workspace }}/venv/bin/python"
|
||||
-DCMAKE_INSTALL_PREFIX="${{ github.workspace }}/dist"
|
||||
|
||||
- name: Configure CMake (Windows)
|
||||
if: runner.os == 'Windows'
|
||||
@ -188,10 +187,8 @@ jobs:
|
||||
-G "${{ matrix.generator }}" `
|
||||
-S "${{ github.workspace }}" `
|
||||
-B "${{ github.workspace }}/build" `
|
||||
-DCMAKE_OSX_ARCHITECTURES=arm64 `
|
||||
-DCMAKE_BUILD_TYPE="${{ env.BUILD_TYPE }}" `
|
||||
-DCMAKE_INSTALL_PREFIX="${{ github.workspace }}/dist" `
|
||||
-DPython3_EXECUTABLE="${{ github.workspace }}\venv\Scripts\python.exe"
|
||||
-DCMAKE_INSTALL_PREFIX="${{ github.workspace }}/dist"
|
||||
|
||||
- name: Build
|
||||
run: cmake
|
||||
|
Loading…
x
Reference in New Issue
Block a user