Skip to content

Commit

Permalink
Use ilammy/msvc-dev-cmd@v1
Browse files Browse the repository at this point in the history
  • Loading branch information
pcolby committed Sep 30, 2023
1 parent d000156 commit c20ee95
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit c20ee95

Please sign in to comment.