We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f567be commit 6114418Copy full SHA for 6114418
1 file changed
.github/workflows/build.yml
@@ -14,7 +14,7 @@ jobs:
14
- uses: actions/checkout@v3
15
- uses: actions/setup-python@v4
16
with:
17
- python-version: '3.10'
+ python-version: '3.12'
18
- run: cmake . -G "Visual Studio 17 2022" -Bcpp_build
19
- run: cmake --build cpp_build --config Release
20
- run: cpp_build\Release\ExternalLibraryTest.exe
0 commit comments