Commit 62471fd078db7ef66ca8b3118187a2911f2bb3e7

Anthony Green 2022-09-06T13:00:02

Fix typo

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 12fae39..5cdd4ca 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -224,7 +224,7 @@ jobs:
       - run: ./.ci/install.sh
       - run: ${{ matrix.compilers }} ./.ci/build.sh
 
-build-msvc:
+  build-msvc:
     name: Build & test with Visual C++
     runs-on: windows-latest