Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -430,10 +430,9 @@ jobs:
name: Install packages
command: |
choco install cmake.portable ninja
choco install python --version 3.8.0
- run:
name: Add python to bash path
command: echo "export PATH=\"$PATH:/c/python38/:/c/python38/Scripts/\"" >> $BASH_ENV
command: echo "export PATH=\"$PATH:/c/Python27amd64/\"" >> $BASH_ENV
- build
# note we do *not* build all libraries and freeze the cache; as we run
# only limited tests here, it's more efficient to build on demand
Expand Down