We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6dd6be commit 3e70b40Copy full SHA for 3e70b40
.github/workflows/ci.yml
@@ -13,7 +13,7 @@ jobs:
13
steps:
14
- name: Check Formatting
15
run: |
16
- cmd /c "powershell .github\Workflows\CheckClangFormatting.ps1"
+ cmd /c "powershell .\.github\Workflows\CheckClangFormatting.ps1"
17
18
test-msvc-cppwinrt-build:
19
name: '${{ matrix.compiler }}: Build (${{ matrix.arch }}, ${{ matrix.config }})'
0 commit comments