diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 139e3a9ff..5d6db5a97 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -300,11 +300,11 @@ jobs: copy /v /b src\lib\${{ matrix.dll }} /b test\unit\cli copy /v /b src\lib\${{ matrix.dll }} /b test\unit\lib working-directory: ${{ runner.temp }} + - name: Configure MSVC + uses: ilammy/msvc-dev-cmd@v1 - name: Dependencies shell: cmd - run: | - call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Auxiliary\Build\vcvars64.bat" - dumpbin.exe /dependents test\unit\cli\testAbstractCommand.exe + run: dumpbin.exe /dependents test\unit\cli\testAbstractCommand.exe working-directory: ${{ runner.temp }} - name: Test # We can't execute arm64 binaries on an x86-64 host. if: matrix.arch != 'arm64'