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 76f226b commit 03f9e2c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/adobe_source_libraries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,11 +65,11 @@ jobs:
shell: cmd

- name: Archive dependency log files (Windows)
if: ${{ startsWith(matrix.config.os, 'windows') }}
if: failure()
uses: actions/upload-artifact@v4
with:
name: log-files
path: C:\vcpkg\buildtrees\
name: win-dependency-log-files
path: C:\vcpkg\buildtrees\boost-filesystem\

- name: Set enviroment variables (Linux+GCC)
if: ${{ matrix.config.compiler == 'gcc' }}
Expand Down

0 comments on commit 03f9e2c

Please sign in to comment.