Skip to content

Commit

Permalink
Try building cesium-native inline and caching it.
Browse files Browse the repository at this point in the history
Using https git URL
  • Loading branch information
jasonbeverage committed Oct 28, 2024
1 parent ae390e1 commit 5280080
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
shell: 'bash'
if: steps.cache_cesium_native.outputs.cache-hit != 'true'
run: |
git clone --branch ${{env.CESIUM_NATIVE_VERSION}} git@github.com:CesiumGS/cesium-native.git c:/cesium-native --recurse-submodules
git clone --branch ${{env.CESIUM_NATIVE_VERSION}} https://github.com/CesiumGS/cesium-native.git c:/cesium-native --recurse-submodules
cd c:/cesium-native
cmake -B build -S . -A x64 -DCMAKE_INSTALL_PREFIX=c:/cesium-native-install -DCESIUM_TESTS_ENABLED=OFF -DCMAKE_POSITION_INDEPENDENT_CODE=ON -DCMAKE_BUILD_TYPE=$BUILD_TYPE
cmake --build build --config $BUILD_TYPE
Expand Down

0 comments on commit 5280080

Please sign in to comment.