Skip to content

Commit

Permalink
Fix github workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Dave Thaler <[email protected]>
  • Loading branch information
dthaler committed Jun 4, 2024
1 parent 3aea3af commit adc5aa8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ jobs:
with:
submodules: 'recursive'

- name: Add MSBuild to PATH
uses: microsoft/setup-msbuild@6fb02220983dee41ce7ae257b6f4d8f9bf5ed4ce

- name: Build
if: steps.skip_check.outputs.should_skip != 'true'
run: |
Expand Down

0 comments on commit adc5aa8

Please sign in to comment.