Skip to content

Commit

Permalink
windows.yml: Fix a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-revay authored Mar 11, 2024
1 parent 036b244 commit a059cbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
shell: pwsh
run: mkdir C:/tmp
- name: save C:/Users for idempotency test
run: cp -Recursive C:/Users C:/tmp
run: cp -Recurse C:/Users C:/tmp
- name: "Running `run_all.ps1` script for the 2nd time should not fail."
shell: pwsh
run: .\Windows_1X\run_all.ps1
Expand Down

0 comments on commit a059cbe

Please sign in to comment.