Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
benbovy committed Sep 4, 2024
1 parent f8e0089 commit b8ff0d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ jobs:
CMAKE_OSX_ARCHITECTURES='${{ matrix.cmake_osx_architectures }}'
CIBW_ENVIRONMENT_WINDOWS:
DEPENDENCIES_DIR='${{ runner.temp }}\\3rd-party'
CMAKE_PREFIX_PATH="c:\\vcpkg\\installed\\x64-windows;${ runner.temp }}\\3rd-party\\dist"
CMAKE_PREFIX_PATH="c:\\vcpkg\\installed\\x64-windows;${{ runner.temp }}\\3rd-party\\dist"
ABSL_VERSION=${{ env.ABSL_VERSION }}
S2GEOMETRY_VERSION=${{ env.S2GEOMETRY_VERSION }}
S2GEOGRAPHY_VERSION=${{ env.S2GEOGRAPHY_VERSION }}
Expand Down

0 comments on commit b8ff0d7

Please sign in to comment.