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
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: 2.1

orbs:
win: circleci/windows@1.0.0
win: circleci/windows@5.0

executors:
linux-node:
Expand Down Expand Up @@ -831,7 +831,7 @@ jobs:
test-windows:
working_directory: "~/path with spaces"
executor:
name: win/vs2019
name: win/server-2019
shell: bash.exe -eo pipefail
environment:
PYTHONUNBUFFERED: "1"
Expand All @@ -851,7 +851,7 @@ jobs:
- run:
name: Install packages
command: |
choco install cmake.portable ninja pkgconfiglite
choco install -y cmake.portable ninja pkgconfiglite
- run:
name: Add python to bash path
command: echo "export PATH=\"$PATH:/c/Python27amd64/\"" >> $BASH_ENV
Expand Down