From aa5878fc55dbe5dcf7a57c1909e66734e708f96e Mon Sep 17 00:00:00 2001 From: Brian Michel Date: Thu, 9 Nov 2023 11:06:02 +0000 Subject: [PATCH] Ensure we pass our python path to CMake --- .github/workflows/bcny-firebase.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/bcny-firebase.yml b/.github/workflows/bcny-firebase.yml index 37f33a10c7..441802a6cb 100644 --- a/.github/workflows/bcny-firebase.yml +++ b/.github/workflows/bcny-firebase.yml @@ -55,7 +55,7 @@ jobs: -D FIREBASE_INCLUDE_FIRESTORE=YES ` -D FIREBASE_USE_BORINGSSL=YES ` -D MSVC_RUNTIME_LIBRARY_STATIC=NO ` - -D Python3_EXECUTABLE=${{ steps.python.outputs.python-path }} + -D FIREBASE_PYTHON_HOST_EXECUTABLE:FILEPATH=${{ steps.python.outputs.python-path }} - name: Build firebase run: cmake --build ${{ github.workspace }}/BinaryCache/firebase --config Release - name: Install firebase