Skip to content

Commit

Permalink
Revert visual studio version
Browse files Browse the repository at this point in the history
  • Loading branch information
glopesdev committed Sep 5, 2022
1 parent b86e888 commit bfb763b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@ jobs:
submodules: recursive

- name: Setup MSBuild
uses: microsoft/setup-msbuild@v1
uses: microsoft/setup-msbuild@v1.1
with:
vs-version: '[,17.2)'

- name: Restore NuGet Packages
run: msbuild -t:restore src\bonsai\Bonsai.sln
Expand Down

0 comments on commit bfb763b

Please sign in to comment.