Skip to content

Commit

Permalink
Use Python_EXECUTABLE instead of Python3_EXECUTABLE.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kasper Peeters committed Sep 28, 2024
1 parent b22e9f6 commit 683ede1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
run: |
mkdir build
cd build
cmake -DPython3_EXECUTABLE=/usr/bin/python3 ..
cmake -DPython_EXECUTABLE=/usr/bin/python3 ..
ninja
ninja install
cpack
Expand Down

0 comments on commit 683ede1

Please sign in to comment.