Skip to content

Commit

Permalink
GitHub Actions: Using the correct triplet.
Browse files Browse the repository at this point in the history
* .github/workflows/cmake.yml
  (win deps): Export VCPKG_TARGET_TRIPLET environment variable from the
   step; this will use the dependencies installed on this configuration.


git-svn-id: https://svn.apache.org/repos/asf/subversion/trunk@1920784 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
rinrab committed Sep 19, 2024
1 parent f19338e commit 87d1cce
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ jobs:
apr apr-util expat zlib sqlite3
"CMAKE_TOOLCHAIN_FILE=C:/vcpkg/scripts/buildsystems/vcpkg.cmake" >> $env:GITHUB_ENV
"VCPKG_TARGET_TRIPLET=${{ matrix.vcpkg_triplet }}" >> $env:GITHUB_ENV
- name: Install dependecies (Linux, apt-get)
if: runner.os == 'Linux'
Expand Down

0 comments on commit 87d1cce

Please sign in to comment.