Skip to content

Commit f6dd6be

Browse files
committed
Try to fix path to ps1 script
1 parent 49a5a5c commit f6dd6be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
steps:
1414
- name: Check Formatting
1515
run: |
16-
cmd /c "powershell CheckClangFormatting.ps1"
16+
cmd /c "powershell .github\Workflows\CheckClangFormatting.ps1"
1717
1818
test-msvc-cppwinrt-build:
1919
name: '${{ matrix.compiler }}: Build (${{ matrix.arch }}, ${{ matrix.config }})'

0 commit comments

Comments
 (0)