From d7b9eca0d37d212e9290b2cd8040f4b9fef4068e Mon Sep 17 00:00:00 2001 From: Sebastian Gerske <13647606+H34D@users.noreply.github.com> Date: Mon, 25 Jul 2022 16:48:57 +0200 Subject: [PATCH] rename --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 749aaba5..bd6ff01f 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -16,11 +16,11 @@ jobs: os: [ ubuntu-latest, windows-latest, macOS-latest ] steps: - - name: Add msbuild to PATH + - name: 'Windows: Add msbuild to PATH' if: matrix.os == 'windows-latest' uses: microsoft/setup-msbuild@v1 - - name: Fix Windows + - name: 'Windows: Set MSVS Version' if: matrix.os == 'windows-latest' run: | npm config set msvs_version 2017