Skip to content

Commit 8e3c68f

Browse files
committed
Evidently examples dont work easily
1 parent 23b3bc7 commit 8e3c68f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Diff for: .circleci/config.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,9 @@ orbs:
99
# See: https://circleci.com/docs/2.0/configuration-reference/#jobs
1010
jobs:
1111
build:
12-
machine:
13-
image: windows-default
12+
executor:
13+
name: win/default
14+
shell: cmd.exe
1415
resource_class: windows.medium
1516
steps:
1617
- checkout

0 commit comments

Comments
 (0)