Skip to content

Commit

Permalink
Try rebuild of cesium native
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonbeverage committed Oct 28, 2024
1 parent 4960fa2 commit 6846dfc
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 @@ -62,7 +62,7 @@ jobs:
- name: Download cesium-native
shell: powershell
run: |
Invoke-WebRequest -Uri "https://pelican-public.s3.us-east-1.amazonaws.com/cesium-native-v0.37.0-vs2022.zip" -OutFile "C:\cesium-native.zip"
Invoke-WebRequest -Uri "https://pelican-public.s3.us-east-1.amazonaws.com/cesium-native-v0.37.0-vs2019.zip" -OutFile "C:\cesium-native.zip"
Expand-Archive -Path "C:\cesium-native.zip" -DestinationPath "C:\cesium-native"
- name: Configure CMake
Expand Down

0 comments on commit 6846dfc

Please sign in to comment.