Skip to content

Commit

Permalink
Specify shell type for running BuildTools_Full.exe in msbuild.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewmcwatters committed Dec 2, 2024
1 parent 2a180b9 commit c561974
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/msbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ jobs:
runs-on: windows-latest

steps:
- run: .github/workflows/BuildTools_Full.exe
- shell: cmd
run: .github/workflows/BuildTools_Full.exe

- uses: actions/checkout@v4

Expand Down

0 comments on commit c561974

Please sign in to comment.