From 62471fd078db7ef66ca8b3118187a2911f2bb3e7 Mon Sep 17 00:00:00 2001 From: Anthony Green Date: Tue, 6 Sep 2022 13:00:02 -0400 Subject: Fix typo --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github') 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 -- cgit v1.2.1