We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2a0a83 commit 3ca2d92Copy full SHA for 3ca2d92
.circleci/config.yml
@@ -430,10 +430,9 @@ jobs:
430
name: Install packages
431
command: |
432
choco install cmake.portable ninja
433
- choco install python --version 3.8.0
434
- run:
435
name: Add python to bash path
436
- command: echo "export PATH=\"$PATH:/c/python38/:/c/python38/Scripts/\"" >> $BASH_ENV
+ command: echo "export PATH=\"$PATH:/c/Python27amd64/\"" >> $BASH_ENV
437
- build
438
# note we do *not* build all libraries and freeze the cache; as we run
439
# only limited tests here, it's more efficient to build on demand
0 commit comments