Skip to content

Commit

Permalink
Fix Windows build
Browse files Browse the repository at this point in the history
  • Loading branch information
tonsky committed Nov 17, 2020
1 parent 47efa43 commit fa2eca0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,8 @@ jobs:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- uses: microsoft/setup-msbuild@v1.0.1
- uses: ilammy/msvc-dev-cmd@v1.3.0
- uses: microsoft/setup-msbuild@v1
- uses: ilammy/msvc-dev-cmd@v1
- uses: seanmiddleditch/gha-setup-ninja@master
- uses: actions/setup-java@v1
with:
Expand Down

0 comments on commit fa2eca0

Please sign in to comment.