From a0550c7d81a4ea19320ac08f5516de7ff10298c2 Mon Sep 17 00:00:00 2001 From: Carson Radtke Date: Fri, 11 Oct 2024 19:32:00 -0500 Subject: [PATCH] add msbuild to pipeline path --- .github/workflows/compilers.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/compilers.yml b/.github/workflows/compilers.yml index 090ce0a..4646dfa 100644 --- a/.github/workflows/compilers.yml +++ b/.github/workflows/compilers.yml @@ -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