Skip to content

Commit

Permalink
add msbuild to pipeline path
Browse files Browse the repository at this point in the history
  • Loading branch information
carsonRadtke committed Oct 12, 2024
1 parent 00d5a32 commit a0550c7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/compilers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
runs-on: ${{ matrix.image }}
steps:
- uses: actions/checkout@v4
- uses: microsoft/setup-msbuild@v1

- name: create build directory
run: mkdir build
Expand Down

0 comments on commit a0550c7

Please sign in to comment.