Skip to content

Commit

Permalink
fix: windows-runner default working_directory (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
EricRibeiro authored Oct 31, 2022
1 parent ce91689 commit f060c80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/executors/windows-runner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ parameters:
description: |
Enter the working directory of your runner agent.
type: string
default: "C:\\Users\\circleci\\AppData\\Local\\Temp\\Workdir"
default: "C:\\ProgramFiles\\CircleCI\\Workdir"

machine: true
resource_class: << parameters.resource_class >>
Expand Down

0 comments on commit f060c80

Please sign in to comment.