Skip to content

Commit

Permalink
Try to fix build"
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonbeverage committed Oct 28, 2024
1 parent 5280080 commit 2014be3
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 @@ -72,7 +72,7 @@ jobs:
run: |
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 -B build -S . -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
cmake --install build --config $BUILD_TYPE
Expand Down

0 comments on commit 2014be3

Please sign in to comment.