Skip to content

Commit

Permalink
Update msbuild GH action
Browse files Browse the repository at this point in the history
This is required, as per
microsoft/setup-msbuild#33.
  • Loading branch information
banach-space committed Nov 21, 2020
1 parent 7581d41 commit cdd4276
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/x86-windows-llvm-from-sources.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- uses: actions/checkout@v1
- uses: ilammy/msvc-dev-cmd@v1
- name: Add msbuild to PATH
uses: microsoft/setup-msbuild@v1.0.0
uses: microsoft/setup-msbuild@v1.0.2

- name: Download Ninja
shell: cmake -P {0}
Expand Down

0 comments on commit cdd4276

Please sign in to comment.