Skip to content

Commit

Permalink
rename
Browse files Browse the repository at this point in the history
  • Loading branch information
H34D committed Jul 25, 2022
1 parent 85bb69f commit d7b9eca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Expand Up @@ -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
Expand Down

0 comments on commit d7b9eca

Please sign in to comment.