Skip to content

Commit

Permalink
Update vcpkg to v2024.09.23 (#2883)
Browse files Browse the repository at this point in the history
  • Loading branch information
tdcosta100 authored Oct 1, 2024
1 parent 81a73da commit 7d19efb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/node-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -246,11 +246,12 @@ jobs:
- name: Configure maplibre-native (Windows)
if: runner.os == 'Windows'
shell: pwsh
run: |
cmake . -B build \
-G Ninja \
-DCMAKE_BUILD_TYPE=${{ env.BUILDTYPE }} \
-DCMAKE_CXX_COMPILER_LAUNCHER=sccache \
cmake . -B build `
-G Ninja `
-DCMAKE_BUILD_TYPE=${{ env.BUILDTYPE }} `
-DCMAKE_CXX_COMPILER_LAUNCHER=sccache `
-DMLN_WITH_NODE=ON
- name: Build maplibre-native (MacOS/Linux)
Expand Down
2 changes: 1 addition & 1 deletion platform/windows/vendor/vcpkg
Submodule vcpkg updated 2692 files

0 comments on commit 7d19efb

Please sign in to comment.