Skip to content

Commit

Permalink
Use --x-all-installed for export
Browse files Browse the repository at this point in the history
See daschuer/vcpkg@eba695e and
microsoft/vcpkg#22913.

Co-authored-by: Daniel Schürmann <[email protected]>
  • Loading branch information
fwcd and daschuer committed May 31, 2022
1 parent 513150d commit 94faf44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ jobs:
- name: Export vcpkg archive
run: >-
vcpkg/vcpkg export
${{ env.VCPKG_PACKAGES }}
--x-all-installed
--zip
--output="${{ env.DEPS_BASE_NAME }}-${{ steps.vars.outputs.vcpkg-commit-short }}"
- name: Upload vcpkg archive
Expand Down

0 comments on commit 94faf44

Please sign in to comment.