Skip to content

Commit

Permalink
more vcpkg tweaking
Browse files Browse the repository at this point in the history
  • Loading branch information
fosterbrereton committed Jun 25, 2024
1 parent 788f469 commit 0a8d9a0
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/adobe_source_libraries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,14 +112,12 @@ jobs:
run: |
cmake --build ../build/
- name: Build (windows)
- name: Build (Windows)
if: ${{ startsWith(matrix.config.os, 'windows') }}
shell: cmd
run: |
call "C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Auxiliary\Build\vcvarsall.bat" x64
cmake --build ../build/
- name: Archive log file
uses: actions/upload-artifact@v4
with:
name: log-files
Expand Down

0 comments on commit 0a8d9a0

Please sign in to comment.