Skip to content

Commit

Permalink
setup-msbuild is not required to run tests on Windows.
Browse files Browse the repository at this point in the history
  • Loading branch information
kubo committed Oct 3, 2021
1 parent c58092c commit 8773f89
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,11 +101,6 @@ jobs:
- uses: actions/checkout@v2
with:
submodules: true
- name: Add msbuild
uses: microsoft/setup-msbuild@v1.0.3
- name: check version
run: |
msbuild -version
- name: x64 tests on Windows
shell: bash
run: |
Expand Down

0 comments on commit 8773f89

Please sign in to comment.