Skip to content

Commit

Permalink
update environment variable documentation
Browse files Browse the repository at this point in the history
Add a note regarding VCPKG_DEFAULT_HOST_TRIPLET as a hint to help other
users avoid running into issue #221.
  • Loading branch information
justusranvier authored and lukka committed Jan 29, 2024
1 parent 86e6328 commit 7f323f7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,10 @@ jobs:
# platforms, e.g. `x64-osx`).
# VCPKG_DEFAULT_TRIPLET: ${{ matrix.triplet }}
#
# [OPTIONAL] If VCPKG_DEFAULT_TRIPLET is defined then it may also be desirable to set the host
# triplet to avoid unintended cross compiling behavior.
# VCPKG_DEFAULT_HOST_TRIPLET: ${{ matrix.triplet }}
#
# [OPTIONAL] By default the action disables vcpkg's telemetry by defining VCPKG_DISABLE_METRICS.
# This behavior can be disabled by defining `VCPKG_ENABLE_METRICS` as follows.
# VCPKG_ENABLE_METRICS: 1
Expand Down

0 comments on commit 7f323f7

Please sign in to comment.