mirror of
https://github.com/mtrojnar/osslsigncode.git
synced 2025-04-19 22:28:05 -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" \
|
-B "${{ github.workspace }}/build" \
|
||||||
-DCMAKE_OSX_ARCHITECTURES=arm64 \
|
-DCMAKE_OSX_ARCHITECTURES=arm64 \
|
||||||
-DCMAKE_BUILD_TYPE="${{ env.BUILD_TYPE }}" \
|
-DCMAKE_BUILD_TYPE="${{ env.BUILD_TYPE }}" \
|
||||||
-DCMAKE_INSTALL_PREFIX="${{ github.workspace }}/dist" \
|
-DCMAKE_INSTALL_PREFIX="${{ github.workspace }}/dist"
|
||||||
-DPython3_EXECUTABLE="${{ github.workspace }}/venv/bin/python"
|
|
||||||
|
|
||||||
- name: Configure CMake (Windows)
|
- name: Configure CMake (Windows)
|
||||||
if: runner.os == 'Windows'
|
if: runner.os == 'Windows'
|
||||||
@ -188,10 +187,8 @@ jobs:
|
|||||||
-G "${{ matrix.generator }}" `
|
-G "${{ matrix.generator }}" `
|
||||||
-S "${{ github.workspace }}" `
|
-S "${{ github.workspace }}" `
|
||||||
-B "${{ github.workspace }}/build" `
|
-B "${{ github.workspace }}/build" `
|
||||||
-DCMAKE_OSX_ARCHITECTURES=arm64 `
|
|
||||||
-DCMAKE_BUILD_TYPE="${{ env.BUILD_TYPE }}" `
|
-DCMAKE_BUILD_TYPE="${{ env.BUILD_TYPE }}" `
|
||||||
-DCMAKE_INSTALL_PREFIX="${{ github.workspace }}/dist" `
|
-DCMAKE_INSTALL_PREFIX="${{ github.workspace }}/dist"
|
||||||
-DPython3_EXECUTABLE="${{ github.workspace }}\venv\Scripts\python.exe"
|
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
run: cmake
|
run: cmake
|
||||||
|
Loading…
x
Reference in New Issue
Block a user